Adds beginnings of BlogPageBuilder and associated classes

This commit is contained in:
Rosia E Evans 2023-09-20 09:09:51 +01:00
parent 65aefe46ce
commit 1506f661c9
114 changed files with 4740 additions and 518 deletions

View file

@ -0,0 +1,21 @@
<html>
<head>
<link rel="stylesheet" href="Wireframe.css">
</head>
<body>
<header>
Rosia Evans
</header>
<main>
<nav>
<h1>
Navigation
</h1>
</nav>
<article>
</article>
</main>
<div>
</body>
</html>