32 lines
No EOL
1,002 B
HTML
32 lines
No EOL
1,002 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="hippoz">
|
|
<title>hippoz</title>
|
|
|
|
<link rel="stylesheet" href="res/style.css">
|
|
</head>
|
|
<body class="wave-background">
|
|
<div class="card layout-card navigation noselect">
|
|
<div class="navigation-branding">
|
|
<b class="navigation-branding-text">hippoz.</b>
|
|
</div>
|
|
<div class="navigation-buttons">
|
|
<a href="index.html" class="button-default">home</a>
|
|
<a href="blog.html" class="button-default">blog</a>
|
|
<a href="https://git.hippoz.xyz" class="button-default">git</a>
|
|
<a href="me.html" class="button-default button-selected">me</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card layout-card">
|
|
<h2>hello</h2>
|
|
<p>i think</p>
|
|
<br>
|
|
<br>
|
|
<p>i'm hippoz. that's about it.</p>
|
|
</div>
|
|
</body>
|
|
</html> |