This commit is contained in:
William Mantly 2023-09-23 15:08:30 -04:00
parent a1f325698f
commit c7c314866c

View File

@ -1,9 +1,32 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="day1.css"> <!-- <link rel="stylesheet" type="text/css" href="day1.css"> -->
<title>my page</title>
</head> </head>
<body> <body>
<center>
<header>
<h1>MY cool blog</h1>
<hr />
</header>
<main>
<h2>some blog title</h2>
<p>
this is my<br />
web page!
</p>
<hr width="50%" />
<h2>some other blog title</h2>
<p>
this is my<br />
web page!
</p>
</main>
<footer>
<a href="http://google.com">Search stuff</a>
<a href="http://bing.com">Cant find things</a>
</footer>
</center>
</body> </body>
</html> </html>