forked from kustomzone/nullchan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>0chan</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/styles.css" type="text/css" />
<base href="" target="_top" id="base">
<script>
base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")
</script>
</head>
<body>
<div id="overlay"></div>
<div id="modal"></div>
<div id="container"></div>
<div id="logo-template">
/$$$$$$ /$$
/$$$_ $$ | $$
| $$$$\ $$ /$$$$$$$| $$$$$$$ /$$$$$$ /$$$$$$$
| $$ $$ $$ /$$_____/| $$__ $$ |____ $$| $$__ $$
| $$\ $$$$| $$ | $$ \ $$ /$$$$$$$| $$ \ $$
| $$ \ $$$| $$ | $$ | $$ /$$__ $$| $$ | $$
| $$$$$$/| $$$$$$$| $$ | $$| $$$$$$$| $$ | $$
\______/ \_______/|__/ |__/ \_______/|__/ |__/
</div>
<script type="text/javascript" src="js/all.js?v=0.6.8" async></script>
</body>
</html>