You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
823 B
HTML
31 lines
823 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Aney's Homepage</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link href="/css/style.css" type="text/css" rel="stylesheet">
|
|
<link rel="shortcut icon" href="/favicon/favicon.ico">
|
|
<link rel="icon" href="/favicon/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div class="main">
|
|
<h1>Aney</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><p><a href="/index.html">Home</a></p></li>
|
|
<li><p><a href="/blog.html">Blog</a></p></li>
|
|
<li><p><a href="/tech.html">Equipment</a></p></li>
|
|
<li><p><a href="https://www.youtube.com/user/AneyOC">Youtube</a></p></li>
|
|
<li><p><a href="https://www.github.com/aney">Github</a></p></li>
|
|
<li><p><a href="/donate.html">Support</a></p></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|