-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (32 loc) · 1.45 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en" >
<head >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<meta http-equiv="refresh" content="1">-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/5548f5ed00.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<script src = "script.js"></script>
<title > TRAVEL PLANNER </title>
</head>
<body >
<!-- <a href="https://www.w3schools.com">This is a link</a> -->
<!-- <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142"> -->
<h1 id="where_to_go_next" class="header" > HOW TO REACH? </h1>
<br>
<div id="container" >
<div id="container1" class="cont" > </div>
<div id="container2" class="cont" >
<span id="temptext2" style="width: 100%; text-align:center; font-size: 30px" >
</span>
</div>
</div>
<br>
<div id="buttondiv" style="text-align:center;" >
<button id="get_button" class="click_button" >Get New Problem</button>
<button id="solve_button" class="click_button" >Solve Problem</button>
</div>
</body>
</html>