-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 867 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
<html>
<meta charset="utf-8">
<title>Smart Tour Guide</title>
<head>
</head>
<body>
<br />
<br />
<center>
<img src = "images/logo.jpg" width = "400px">
<br />
<h4>Network-based tour schedule recommendation system</h4>
<img src = "images/network2.png" width = "650px">
<br />
<br />
<select>
<option>United States</option>
</select>
<select>
<option>New York</option>
</select>
<button style = "margin-bottom:5px; background-color:#B22222; color:white" onclick="window.location.href='SmartTravelGuide.html'">START</button>
<br />
<span> (Works best with <b>Chrome</b> browser) </span>
<br />
<br />
<div id="footer">
<h5> Sponsored by KSE625, KAIST </h5>
</div>
</center>
</body>
</html>