aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 3cffa2ca5875ed9d31d67ac3a5881194d43fb23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Leander Scherer</title>
    <meta name="description" content="Hello Leander here, a computer science student passionate about hardware and software, building 3D printing projects and learning Nix."/>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
  </body>
</html>