-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
28 lines (28 loc) · 830 Bytes
/
page3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<link href="Ballegro-Index-Style.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8">
<title>Arts Technology Designs</title>
</head>
<main>
<body>
<div>
<h1>Web Designer for Ballegro App: </h1>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="page1.html">How to Create a Design</a></li>
<li><a href="page2.html">How To Promote an App</a></li>
<li><a href="https://www.isumusic.blogspot.com/">Previous Designs Blog </a></li>
</ul>
</nav>
<p id="yehaw"><span class="ss"><p class="boxmodel">Oops, we don't really need this page.</p>
<footer>
<p class="Bigyehaw"> this is the last thing I am typing, hopefully I wont forget to put this on github </p>
</footer>
<img class="imgbox" src="website done.jpg" alt="website done meme" />
</div>
</body>
</main>
</html>