websitedesign2023/docs/index.html

25 lines
314 B
HTML
Raw Normal View History

2022-09-07 12:55:52 -05:00
<!DOCTYPE html>
<html>
<head>
2022-12-07 13:11:53 -06:00
<title>The Way Study Bible</title>
2022-09-07 12:55:52 -05:00
</head>
<body>
<header>
2022-12-07 13:11:53 -06:00
<h1>The Way</h1>
<h2>Study Bible</h2>
<nav>
<ul>
<li>Home</li>
<li>Page 1</li>
<li>Page 2</li>
</ul>
</nav>
</header>
<main>
</main>
<footer>
</footer>
2022-09-07 12:55:52 -05:00
</body>
2022-09-12 15:30:40 -05:00
</html>