[wip] try to optimize page
This commit is contained in:
parent
2e1ccc9cea
commit
a1f2b19195
1 changed files with 4 additions and 5 deletions
|
@ -5,14 +5,10 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 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.">
|
||||
|
||||
<script src="/res/lib/A.js"></script>
|
||||
<script src="/res/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="card navigation-card">
|
||||
|
@ -29,5 +25,8 @@
|
|||
<h2>loading...</h2>
|
||||
<p>i think</p>
|
||||
</div>
|
||||
|
||||
<script src="/res/lib/A.js"></script>
|
||||
<script src="/res/index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue