blob: f85cd94dbcf57f4043db4b0236f4efc25af44ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="/stylesheet.css">
</head>
<body>
<h2>
<nav>
<a href="/">HOME</a>
/
<a href="..">UP</a>
</nav>
</h2>
<article></article>
<hr>
<address><a href="contact.html">contact</a></address>
</html>
|