-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
80 lines (71 loc) · 2.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="black" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Catch Rest">
<meta property="og:type" content="article" />
<meta property="og:description" content="Catch Rest">
<meta name="twitter:image:alt" content="Catch Rest">
<meta name="twitter:card" content="summary_large_image">
<title>ATLAS</title>
<script>
(function () {
var baseUrl = getBaseUrl(location.pathname, location.protocol, location.host);
if (baseUrl) {
var inject = '<base href="' + baseUrl + '">';
document.write(inject);
}
function getBaseUrl(pathname, protocol, host) {
}
})()
</script>
<style>
html {
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: white;
color: black;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Arial Unicode";
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: black; color: white;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Arial Unicode";
}
input, textarea, button {
font-family: inherit;
}
urlbar-background {background-color: black !important;}
#urlbar-background {background-color: black !important;}
urlbar-input-container {color: white !important;}
#urlbar-input-container {color: white !important;}
</style>
</head>
<body>
<script src="index.js"></script>
<script src="lib.js"></script>
<script> atlas("libraries") </script>
<script src="../atlas-db-jsonp/users/hot.js" defer async onerror="hot(new Error('Failed to load users list.'))"></script>
</body>
</html>