mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
17 lines
No EOL
563 B
HTML
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> |