-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbilly-human.html
33 lines (32 loc) · 1.48 KB
/
billy-human.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
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>billy | billy is definitely human </title>
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>
<nav>
<ul>
<div id="navigation">
<center> <h3> <a href="index.html"><div id="headertext"> all about billy </div></a>
<a href="billys-family.html"><div id="headertext"> billy's family </div></a>
<a href="billys-friends.html"><div id="headertext"> billy's friends</div></a>
<a href="billy-favorites.html"><div id="headertext"> billy's favorite things to do </div></a>
<a href="billy-human.html"><div id="headertext"> billy is definitely human </div></a> </h3> </center>
</div>
</ul>
</nav>
<br><br><br>
<center><h1> billy is Human™ </h1> </center>
<center> <h2> <p> billy has no proof that he is human, but you probably have no proof that he isn't. </p></h2></center>
<center> <p> here are some images of billy doing silly billy things to distract you from the fact that he may or may not actually be human</p></center>
<center><img src="images\billyhappy.png" /></center>
<center><img src="images\billye.png" /></center>
<center><img src="images\billy-skulls.png" width=50% /></center>
<footer><div id="footerthing" >
<p>© 2019-2020 billy, inc. <a href="https://www.ucvts.tec.nj.us/domain/107"> click to take a fun trip to ait </a>
<a href="https://www.ucvts.tec.nj.us"> click to take a fun trip to ucvts </a></p>
</div>
</footer>
</body>
</html>