-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 1.53 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
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<main class="mainPage">
<div class="mainTitleContainer">
<h1 class="mainTitle">Tembló?</h1>
<h1 class="mainTitle">O es weá mía?</h1>
</div>
<div class="container">
<div class="loader"></div>
<button>
<span class="text">Averigualo</span>
</button>
</div>
<p id="infoText">
</p>
<div id="map"></div>
<div>
<p id="negativeText">En un radio de 500KM de tu posición no tembló, fue weá tuya...</p>
</div>
<footer>
<p>hecho con <span>❤</span> por Jorge Soto</p>
</footer>
</main>
<script src="index.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
</body>
</html>