blob: a91341f827e177968247084904ce6b185f90ddda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html lang="en">
<head>
<meta name="author" content="Salvador Franco de Rivera">
<meta name="description" content="Homepage of the new El Arriero site">
<meta name="keywords" content="furry,hmofa,art,homepage,linux">
<link href="/neuarriero.css" rel="stylesheet">
</head>
<body>
<header>
<a href="https://www.youtube.com/playlist?list=PLa2uXwVHk-lgRQDTyjF6wrB_GDE8yRC-J">
<img src="/media/icon.png">
</a>
<div>
<h1>
<a href="/index.html">NuArriero</a>
</h1>
<small>Furry girls, computers, milshit, and art</small>
<nav>
<a href="thingy">Link1</a>
<a href="thingy">Link2</a>
<a href="thingy">Link3</a>
<a href="thingy">Link1</a>
<a href="thingy">Link2</a>
<a href="thingy">Link3</a>
</nav>
</div>
</header>
</body>
</html>
|