forked from PaulAndrianoff/apiSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
41 lines (40 loc) · 1.31 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="src/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="src/images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<meta charset="UTF-8">
<title>Space Stats</title>
<link rel="stylesheet" href="./src/build/gravity_home.css">
<link rel="stylesheet" href="./src/build/style.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
</head>
<body class="body-home">
<div class='stars'></div>
<div class='stars2'></div>
<div class='stars3'></div>
<div class='horizon'>
<div class='glow'></div>
</div>
<div class='earth'></div>
<div class='title'>
SPACE STATS
</div>
<div class='home-subtitle'>
<h3 class="home-subtitle_welcome">WELCOME</h3>
<p class="home-subtitle_explication">DISCOVER ALL DATAS YOU WOULD LIKE TO KNOW ABOUT THE AERONAUTICAL AND SPATIAL DOMAIN</p>
<a href="./views/pages/stats.php" class="lets-go">
<span>
LET'S
</span>
<span>
STATS
</span>
</a>
</div>
</body>
</html>