adjusted the title and nav. added the w3 code at the top.

This commit is contained in:
Petruspistor
2025-08-18 00:07:53 -07:00
parent b6231bd678
commit 7f31f03254
2 changed files with 15 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<html lang="eng">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=500, initial-scale=1" />
<title>&#128064</title>
<title>"Peter the Baker"</title>
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
<link rel="stylesheet" href="style.css" />
@@ -12,14 +12,21 @@
<body>
<header>
<img src="img/pp.jpg" width="200" />
<h3>Peter Baker</h3>
<img alt="Picture of Peter." src="img/pp.jpg" width="200" />
</header>
<nav>
<ul>
<li>Social</li>
<li>Projects</li>
<li>Contact</li>
<li>
<strong>Social</strong>
</li>
<li>
<strong>Pistorium</strong>
</li>
<li>
<strong>Contact</strong>
</li>
</ul>
</nav>
</body>

0
style.css Normal file
View File