This repository was archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (74 loc) · 2.22 KB
/
index.html
File metadata and controls
74 lines (74 loc) · 2.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" />
<meta httpequiv="X-UA-Compatible" content="IE=edge" />
<title>Komunitas ReactJS Indonesia</title>
<style>
#root,
body,
html {
width: 100%;
-webkit-overflow-scrolling: touch;
margin: 0;
padding: 0;
min-height: 100%;
}
#root {
flex-shrink: 0;
flex-basis: auto;
flex-grow: 1;
display: flex;
flex: 1;
}
html {
font-size: 14px;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
height: 100%;
}
body {
display: flex;
overflow-y: auto;
overscroll-behavior-y: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-ms-overflow-style: scrollbar;
}
</style>
</head>
<body>
<noscript
>"
<form
action="location.reload()"
method="POST"
style="background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;"
>
<div style="font-size:18px;font-family:Helvetica,sans-serif;line-height:24px;margin:10%;width:80%;">
<p>Oh no! It looks like JavaScript is not enabled in your browser.</p>
<p style="margin:20px 0;">
<button
type="submit"
style="background-color: #4630EB; border-radius: 100px; border: none; box-shadow: none; color: #fff; cursor: pointer; font-size: 14px; font-weight: bold; line-height: 20px; padding: 6px 16px;"
>
Reload
</button>
</p>
</div>
</form>
"</noscript
>
<div id="root"></div>
<script>
'serviceWorker' in navigator &&
window.addEventListener('load', function() {
navigator.serviceWorker.register('/service-worker.js');
});</script
><script src="/static/js/runtime~app.806c72c6.js"></script
><script src="/static/js/2.a925d966.chunk.js"></script
><script src="/static/js/app.982976c5.chunk.js"></script>
</body>
</html>