adjusted the title and nav. added the w3 code at the top.
This commit is contained in:
23
index.html
23
index.html
@@ -1,10 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
|
||||||
<html>
|
<html lang="eng">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=500, initial-scale=1" />
|
<meta name="viewport" content="width=500, initial-scale=1" />
|
||||||
|
|
||||||
<title>👀</title>
|
<title>"Peter the Baker"</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
@@ -12,14 +12,21 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img src="img/pp.jpg" width="200" />
|
<img alt="Picture of Peter." src="img/pp.jpg" width="200" />
|
||||||
<h3>Peter Baker</h3>
|
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Social</li>
|
<li>
|
||||||
<li>Projects</li>
|
<strong>Social</strong>
|
||||||
<li>Contact</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<strong>Pistorium</strong>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<strong>Contact</strong>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user