42 lines
757 B
HTML
42 lines
757 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="eng">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Peter the Baker</title>
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/resources/css/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
|
|
<!--<img id="avatar" src="/resources/img/pp.jpg" width="200" />-->
|
|
|
|
<div id="title" class="tstyle">
|
|
Petrus Pistor
|
|
</div>
|
|
|
|
<div id="links">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|