homepage/index.html
2020-10-04 23:56:12 +03:00

31 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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">
<script src="/res/lib/A.js"></script>
<script src="/res/index.js"></script>
</head>
<body>
<div class="card navigation-card">
<div class="navigation-buttons">
<button id='button-home' class="button-default button-selected">home</button>
<button id='button-file-server' class="button-default">file server</button>
<button id='button-git-server' class="button-default">git server</button>
<button id='button-about-me' class="button-default">about me</button>
<button id='button-contact-me' class="button-default">contact me</button>
</div>
</div>
<div class="card" id="content-container">
<h2>loading...</h2>
<p>i think</p>
</div>
</body>
</html>