-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (29 loc) · 1.16 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="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/main.js" defer></script>
<title>PRIMA TEMS - Weather App</title>
</head>
<body>
<div class="box">
<div class="load"><i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"></i></div>
<header>
<span>minimalist weather app</span>
<h1>PRIMA TEMS </h1>
</header>
<section>
</section>
<footer>
<p>Weather application created with <a href="https://openweathermap.org">OpenWeatherMap</a> and <a href="https://ipstack.com/">ipStack</a> </p>
</footer>
</div>
<div class="background"></div>
</body>
</html>