2017-08-24 22:27:44 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2017-09-03 15:52:38 +00:00
|
|
|
<title>Removeddit</title>
|
|
|
|
|
<meta charset="utf-8">
|
2017-09-10 20:14:30 +00:00
|
|
|
<link href="/static/style.css" rel="stylesheet">
|
2017-09-10 21:49:47 +00:00
|
|
|
<link rel="shotcut icon" href="/static/favicon.ico">
|
2017-08-24 22:27:44 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2017-09-03 15:52:38 +00:00
|
|
|
<header id="header">
|
2017-11-01 17:38:37 +00:00
|
|
|
<a href="/" id="header-title-link"><h1 id="header-title">Removeddit</h1></a>
|
2017-09-10 20:14:30 +00:00
|
|
|
<div id="loading">
|
2017-09-10 21:26:35 +00:00
|
|
|
<p id="loading-text"></p>
|
2017-09-11 21:54:50 +00:00
|
|
|
<img id="loading-image" src="/static/loading.gif"></img>
|
2017-09-10 20:14:30 +00:00
|
|
|
</div>
|
2017-09-03 15:52:38 +00:00
|
|
|
</header>
|
2017-09-11 21:54:50 +00:00
|
|
|
<div id="main">
|
|
|
|
|
<div id="loading-comments" class="loading-comments"></div>
|
|
|
|
|
<script src="https://cdn.rawgit.com/gamefreak/snuownd/533e8dcb/snuownd.js"></script>
|
2017-11-01 17:38:37 +00:00
|
|
|
<script src="/static/lodash.min.js"></script>
|
|
|
|
|
<script src="/static/promise.min.js"></script>
|
|
|
|
|
<script src="/static/fetch.js"></script>
|
2017-09-11 21:54:50 +00:00
|
|
|
<script src="/static/id.js"></script>
|
2017-11-01 17:38:37 +00:00
|
|
|
<script src="/static/functions.js"></script>
|
|
|
|
|
<script src="/static/thread.js"></script>
|
2017-09-11 21:54:50 +00:00
|
|
|
</div>
|
|
|
|
|
</body>
|
2017-11-01 17:38:37 +00:00
|
|
|
</html>
|