removeddit/index.html

17 lines
567 B
HTML
Raw Permalink Normal View History

2018-01-10 19:08:41 +00:00
<!DOCTYPE html>
<html>
2018-01-10 19:08:41 +00:00
<head>
2018-01-31 06:41:49 +00:00
<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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2018-07-28 22:01:16 +00:00
<link href="/images/favicon.ico" rel="shotcut icon" type="image/x-icon">
<link href="/main.css" rel="stylesheet" type="text/css">
</head>
2018-01-10 19:08:41 +00:00
<body>
2018-01-31 06:41:49 +00:00
<div id="app"></div>
2018-07-28 22:01:16 +00:00
<script src="/main.js"></script>
</body>
2018-01-10 19:08:41 +00:00
</html>