-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (30 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="public\css\index.css">
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<title>Document</title>
</head>
<body id='body'onload=time()>
<div class="Container">
<div class="innerContainer">
<div class="buttonContainer">
<button class="allButtons" >Edinburgh</button>
<button class="allButtons" >Bath</button>
<button class="allButtons" >Barcelona</button>
</div>
<div class='textContainer'><p>Showing Weather forecast for:<p id="weatherLocation"></p></p> <div id="todaysdate"></div></div>
<div id="weatherOuterContainer" class="weatherOuterContainer">
</div>
</div>
</div>
</body>
<script type="text/JavaScript" src ="public\js\index.min.js"></script>
<script src="public/js/index.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<script type="text/JavaScript" src ="moment.js"></script>
<script type="text/JavaScript" src ="time.js"></script>
</html>