mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
27 lines
750 B
HTML
27 lines
750 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Removeddit</title>
|
|
<meta charset="UTF-8">
|
|
<meta type="description" content="Display removed and deleted comments from Reddit">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link href="/images/favicon.ico" rel="shotcut icon">
|
|
<link href="/main.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="header">
|
|
<h1>
|
|
<a href="/" data-navigo>Removeddit</a>
|
|
</h1>
|
|
<nav>
|
|
<a href="/r/all" data-navigo>/r/all</a>
|
|
<a href="/about/" data-navigo>about</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<div id="root"></div>
|
|
<script src="/main.js"></script>
|
|
</body>
|
|
</html>
|