-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTsubakiLine.html
49 lines (49 loc) · 1.41 KB
/
TsubakiLine.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
41
42
43
44
45
46
47
48
49
<html>
<head>
<title>Project D | Tsubaki Line</title>
<link href="ProjectD.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<a href="index.html"> <img src="ProjectDlogo.jpg" alt="Go to Homepage" title="Go to Homepage"> </a>
<h2> Tsubaki Line </h2>
</header>
<div id="sidebar">
<div id="choice">
<a href="Momiji_line.html"> <p>Momiji Line</p> </a>
</div>
<div id="choice">
<a href="Enna_Skyline.html"> <p>Enna Skyline</p> </a>
</div>
<div id="choice2">
<a href="Northern_Saitama.html"> <p>Northern Saitama</p> </a>
</div>
<div id="choice2">
<a href="MazePass.html"> <p>Maze Pass</p> </a>
</div>
<div id="choice2">
<a href="Tsuchisaka.html"> <p>Tsuchisaka</p> </a>
</div>
<div id="choice2">
<a href="MountTsukuba.html"> <p>Mount Tsukuba</p> </a>
</div>
<div id="choice2">
<a href="Yabitsu.html"> <p>Yabitsu</p> </a>
</div>
<div id="choice2">
<a href="Nagao.html"> <p>Nagao</p> </a>
</div>
<div id="choice2">
<a href="Nanamagari.html"> <p>Nanamagari</p> </a>
</div>
<div id="choice2">
<a href="TsubakiLine.html"> <p>Tsubaki Line</p> </a>
</div>
<div id="choice2">
<a href="messageBoard.html"><p>Messages</p></a>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</body>
</html>