This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.96 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
<html>
<head>
<title>Observatories</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Find the information about observatories!">
<meta itemprop="name" content="Observatories">
<meta itemprop="description" content="Find the information about observatories!">
<meta itemprop="image" content="https://cdn.decimaldev.xyz/observatories.png">
<meta property="og:url" content="http://observatories.decimaldev.xyz">
<meta property="og:type" content="website">
<meta property="og:title" content="Observatories">
<meta property="og:description" content="Find the information about observatories!">
<meta property="og:image" content="https://cdn.decimaldev.xyz/observatories.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Observatories">
<meta name="twitter:description" content="Find the information about observatories!">
<meta name="twitter:image" content="https://cdn.decimaldev.xyz/observatories.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Alata" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet" />
<link href="/style.css" rel="stylesheet" />
<link rel="icon" href="https://cdn.decimaldev.xyz/observatories.png" type="image/icon type" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="/script.js"></script>
</head>
<body>
<div id="app">
<div class="loading-font">
<font>Loading...</font>
</div>
</div>
</body>
</html>