removeddit/dist/index.html

17 lines
563 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>
2021-10-06 23:42:45 +00:00
<title>Unddit</title>
2018-01-31 06:41:49 +00:00
<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">
<link href="/images/favicon.ico" rel="shotcut icon" type="image/x-icon">
<link href="/main.css" rel="stylesheet" type="text/css">
2018-01-10 19:08:41 +00:00
</head>
<body>
2018-01-31 06:41:49 +00:00
<div id="app"></div>
<script src="/main.js"></script>
2018-01-10 19:08:41 +00:00
</body>
</html>