-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
70 lines (51 loc) · 2.1 KB
/
Copy pathinfo.html
File metadata and controls
70 lines (51 loc) · 2.1 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script>
<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 rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Fake Love</title>
</head>
<body>
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="index.html">
<li>Home</li>
</a>
<a href="info.html">
<li>About Elipse</li>
</a>
<a href="index2.html" target="index2.html">
<li>When is the next eclipse?</li>
</a>
<a href="map.html" target="map.html">
<li>Map</li>
</a>
<a href="count.html" target="count.html">
<li>Countdown</li>
</a>
</ul>
</div>
</nav>
<div class="w3-container">
<img src="banner.jpg" alt="" style="padding:inherit; width:104%; margin-left:-2%">
</div>
<div class="w3-panel w3-white w3-card-4">
<h2>About Eclipse.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam elementum ornare mauris, vehicula accumsan ligula
porttitor quis. Nullam eu maximus ex. Duis lacinia hendrerit metus quis euismod. Curabitur sit amet finibus elit. Etiam
ac leo vel risus imperdiet mattis. Cras vitae ultricies magna, nec luctus velit. Duis euismod felis id massa tempor, ac
finibus erat congue. Cras lorem libero, bibendum vitae eros eu, luctus volutpat ipsum.</p>
</div>
</br>
</br>
</body>
</html>