Project can now build the webpages required! additionally adds some example blog posts from my old website
17 lines
296 B
HTML
17 lines
296 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="Wireframe.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
Rosia Evans
|
|
</header>
|
|
<main>
|
|
<nav>
|
|
</nav>
|
|
<article>
|
|
</article>
|
|
</main>
|
|
<div>
|
|
</body>
|
|
</html>
|