generated from jm1021/leuck_reunion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.22 KB
/
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
<html>
<head>
<title>Geotourism - San Diego</title>
<link rel="stylesheet" href="homepage.scss">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="GeotourismLogo.png" class="Logo">
<ul>
<li><a href="https://a1234l.github.io/Final-CSP-Project/index">Home</a></li>
<li><a href="https://a1234l.github.io/Final-CSP-Project/mainfile">Game</a></li>
<li><a href="https://a1234l.github.io/Final-CSP-Project/leaderboard ">Leaderboard</a></li>
<li><a href="https://a1234l.github.io/Final-CSP-Project/signin">Login Page</a></li>
</ul>
</div>
<div class="content">
<h1>EXPLORE SAN DIEGO NOW!</h1>
<p>Hello, welcome to Geotourism, a website that provides you with information on various hot tourist places in San Diego, California with a fun twist. Engage in a little competitive play while also gaining knowledge.
<a href="https://a1234l.github.io/Final-CSP-Project/mainfile">
<button type="button" class="button-main"><span id="span-button"></span>PLAY</button>
</a>
</div>
</div>
</div>
</body>
</html>