-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 1014 Bytes
/
index.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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bucwaboos Emporium</title>
<link rel="icon" type="image/jpg" href="favicon.jpg">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<!-- Title -->
<h1>Bucwaboos Emporium</h1>
<center>
<div>
<p>Jennifer Harris</p>
<p>Computer Science Major - Southern New Hampshire University</p>
<p><a href="mailto:[email protected]?subject=Message regarding Bucwaboos Emporium">Contact Me</a></p>
</div>
</center>
<div class="navbar">
<a href="index.html" class="active">Home</a>
<a href="art.html">Art by Akira</a>
<a href="draw.html">Draw with Akira</a>
<a href="choose.html">Choose Your Own Adventure with Akira and Petey</a>
<!-- <a href="tbd.html">Placeholder</a> -->
</div>
</body>
</html>