This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (44 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="UTF-8">
<!-- Primary Meta Tags -->
<title>saturneyes</title>
<meta name="title" content="">
<meta name="description" content="">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="#">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="#.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="#">
<meta property="twitter:title" content="">
<meta property="twitter:description" content="">
<meta property="twitter:image" content="#.png">
<!-- CSS & FAVICON -->
<link href="img/favicon.ico" rel="icon" type="img/png">
<link href="assets/css/saturneyes.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href="assets/css/media.css" rel="stylesheet" type="text/css">
<!-- RESPONSIVE -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- COLOR FOR HEADER BAR - MOBILE -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#fff">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#fff">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#fff">
<script src="assets/js/icons.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- FOR JavaScript -->
<script src="assets/js/saturneyes.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/config.js"></script>
<!---- END ---->
</body>
</html>