-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notes.html
41 lines (38 loc) · 1.14 KB
/
Notes.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
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Room 815-Adventure Room</title>
<link rel="stylesheet" href="Adventurestyle.css" />
</head>
<header>
<div class="w3-bar w3-black">
<a href="index.html" class="w3-bar-item w3-button">Rm.329</a>
<a href="Blog.html" class="w3-bar-item w3-button">Rm.916</a>
<a href="Notes.html" class="w3-bar-item w3-button">Rm.815</a>
<a href="ArtRoom.html" class="w3-bar-item w3-button">Rm.1115</a>
<a href="Music Room.html" class="w3-bar-item w3-button">Rm.427</a>
</div>
</header>
<br>
<br>
<body>
<section class="guestb">
<div class="guestbook">
<a href="http://www.websitegoodies.com/guestbook.php?a=view&id=1740028"></p>Click Here To View and Sign the
Guestbook</a>
</div>
</section>
<br>
<br>
<br>
<hr>
<section class="quest">
<div class="room">
<div class="door" onclick="openDoorStep1()">Click to Enter</div>
</div>
</section>
</body>
<script src="adventure.js"></script>
</html>