36 lines
747 B
HTML
36 lines
747 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html lang="eng">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=500, initial-scale=1" />
|
|
|
|
<title>"Peter the Baker"</title>
|
|
|
|
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
|
<link rel="stylesheet" href="resources/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<img class="avatar" src="resources/img/pp.jpg" width="200" />
|
|
</header>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li .id="Social">
|
|
<strong>Social</strong>
|
|
</li>
|
|
|
|
<li .id="Pistorium">
|
|
<strong>Pistorium</strong>
|
|
</li>
|
|
|
|
<li .id="Contact">
|
|
<strong>Contact</strong>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</body>
|
|
</html>
|