removeddit/thread.html

29 lines
891 B
HTML
Raw Normal View History

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">
<link href="/static/style.css" rel="stylesheet">
<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">
<a href="/" id="header-title-link"><h1 id="header-title">Removeddit</h1></a>
<div id="loading">
<p id="loading-text"></p>
<img id="loading-image" src="/static/loading.gif"></img>
</div>
2017-09-03 15:52:38 +00:00
</header>
<div id="main">
<div id="loading-comments" class="loading-comments"></div>
<script src="https://cdn.rawgit.com/gamefreak/snuownd/533e8dcb/snuownd.js"></script>
<script src="/static/lodash.min.js"></script>
<script src="/static/promise.min.js"></script>
<script src="/static/fetch.js"></script>
<script src="/static/id.js"></script>
<script src="/static/functions.js"></script>
<script src="/static/thread.js"></script>
</div>
</body>
</html>