summaryrefslogtreecommitdiffstats
path: root/public/index.html
blob: 0d71224fb9a1351b911c123f058de62b74488d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>lambda.cx home</title>
    <link rel="stylesheet" href="style.css">
    <style>
    </style>
  </head>
  <body>
    <div id="chars"></div>
    <div class="bigguy">
      <pre class="lambda"></pre>
      <div class="linkbox">
        <pre id="braille"></pre>
        <div class="links">
          <span>==&gt; </span><a href="https://blog.lambda.cx">blog</a><br/>
          <span>==&gt; </span><a href="https://github.com/dantecatalfamo">github</a>
        </div>
      </div>
    </div>
    <script src="lambda.js"></script>
    <script src="braille.js"></script>
    <script src="trail.js"></script>
  </body>
</html>