removeddit/dist/index.html
Christopher Gurnee e6d787f132 Rename website
2021-10-06 23:47:33 +00:00

17 lines
No EOL
563 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Unddit</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">
<link href="/images/favicon.ico" rel="shotcut icon" type="image/x-icon">
<link href="/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app"></div>
<script src="/main.js"></script>
</body>
</html>