[wip] try to optimize page

This commit is contained in:
hippoz 2020-10-07 18:44:23 +03:00
parent 2e1ccc9cea
commit a1f2b19195

View file

@ -5,14 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hippoz</title> <title>hippoz</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/res/style.css"> <link rel="stylesheet" href="/res/style.css">
<link preload rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap">
<meta name="Description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, and a contact page."> <meta name="Description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, and a contact page.">
<script src="/res/lib/A.js"></script>
<script src="/res/index.js"></script>
</head> </head>
<body> <body>
<div class="card navigation-card"> <div class="card navigation-card">
@ -29,5 +25,8 @@
<h2>loading...</h2> <h2>loading...</h2>
<p>i think</p> <p>i think</p>
</div> </div>
<script src="/res/lib/A.js"></script>
<script src="/res/index.js"></script>
</body> </body>
</html> </html>