2020-10-04 21:33:26 +03:00
|
|
|
<!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">
|
|
|
|
|
2020-10-04 22:40:10 +03:00
|
|
|
<link rel="stylesheet" href="/res/style.css">
|
2020-10-04 22:24:46 +03:00
|
|
|
|
2020-10-04 22:40:10 +03:00
|
|
|
<script src="/res/lib/A.js"></script>
|
|
|
|
<script src="/res/index.js"></script>
|
2020-10-04 21:33:26 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="card navigation-card">
|
|
|
|
<div class="navigation-buttons">
|
2020-10-04 22:40:10 +03:00
|
|
|
<button id='button-home' class="button-default">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>
|
2020-10-04 21:33:26 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-10-04 22:13:08 +03:00
|
|
|
|
2020-10-04 22:40:10 +03:00
|
|
|
<div class="card" id="content-container">
|
2020-10-04 23:41:03 +03:00
|
|
|
<h2>loading...</h2>
|
|
|
|
<p>i think</p>
|
2020-10-04 22:13:08 +03:00
|
|
|
</div>
|
2020-10-04 21:33:26 +03:00
|
|
|
</body>
|
|
|
|
</html>
|