removeddit/thread.html

32 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Removeddit</title>
<meta charset="utf-8">
<meta type="description" content="Display removed and deleted comments from Reddit">
<meta type="author" content="Jesper Wrang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/css/style.css" rel="stylesheet">
<link href="/static/images/favicon.ico" rel="shotcut icon">
</head>
<body>
<header>
<div id="header">
<h1><a href="/">Removeddit</a></h1>
<nav><a href="/r/all">subreddit</a><a href="/r/bestof/comments/7c8jof/">thread</a><a href="/search/">search</a><a href="/about/">about</a></nav>
</div>
<div id="status">
<p id="status-text"></p><img id="status-image" src="/static/images/loading.gif">
</div>
</header>
<div id="main">
</div>
<script src="/static/js/libraries/snuownd.js"></script>
<script src="/static/js/libraries/lodash.min.js"></script>
<script src="/static/js/polyfills/promise.min.js"></script>
<script src="/static/js/polyfills/fetch.js"></script>
<script src="/static/js/id.js"></script>
<script src="/static/js/functions.js"></script>
<script src="/static/js/thread.js"></script>
</body>
</html>