38 lines
1.5 KiB
HTML
38 lines
1.5 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 rel="stylesheet" href="/res/style.css">
|
||
|
|
||
|
<meta name="description" content="Hippoz's homepage on hippoz.xyz with a file server, a git server, an about page, a contact page, and a blog.">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="card navigation noselect">
|
||
|
<div class="navigation-branding">
|
||
|
<span class="navigation-branding-h">
|
||
|
h
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="navigation-buttons">
|
||
|
<!-- TODO: make these anchor tags with href https://www.youtube.com/watch?v=nwGY-9lwTF4 -->
|
||
|
<button id='button-home' class="button-default button-selected">home</button>
|
||
|
<button id='button-blog' class="button-default">blog</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-contact-me' class="button-default">contact me</button>
|
||
|
<button id='button-about-me' class="button-default">about me</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="card" id="content-container">
|
||
|
<h2>loading...</h2>
|
||
|
<p>i think</p>
|
||
|
</div>
|
||
|
|
||
|
<script src="https://git.hippoz.xyz/personalprojects/bloom/raw/branch/master/js/lib.js"></script>
|
||
|
<script src="/res/index.js"></script>
|
||
|
</body>
|
||
|
</html>
|