removeddit/src/index.html

16 lines
504 B
HTML
Raw Normal View History

2018-01-10 19:08:41 +00:00
<!DOCTYPE html>
<html lang="en">
<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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2018-01-10 20:13:15 +00:00
<link href="/images/favicon.ico" rel="shotcut icon">
2018-01-10 19:08:41 +00:00
</head>
<body>
2018-01-16 00:12:14 +00:00
<script>console.time('scripts loaded')</script>
2018-01-10 19:08:41 +00:00
<div id="app"></div>
</body>
</html>