28 lines
556 B
HTML
28 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=500, initial-scale=1" />
|
|
|
|
<title>👀</title>
|
|
|
|
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h3>Peter Baker</h3>
|
|
<img src="img/pp.jpg" width="200" />
|
|
</header>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li>Social</li>
|
|
<li>Projects</li>
|
|
<li>Contact</li>
|
|
</ul>
|
|
</nav>
|
|
</body>
|
|
</html>
|