-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst.html
33 lines (24 loc) · 829 Bytes
/
first.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
<!Doctype html>
<html>
<head>
<title>Projet web</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="planet planetEarth" >
<h2><a href="https://earth.google.com/web/">Earth</a></h2>
<div class="container" >
<div class="loader"><span></span></div>
<div href class="earth"><a href="https://earth.google.com/web/"></a></div>
</div>
</div>
<div class="planet planetMars">
<h2><a href="https://www.google.com/mars/">Mars</a></h2>
<div class="container" >
<div class="loader"><span></span></div>
<div class="mars" ></a></div>
</div>
</div>
</body>
</html>