Remove unused index.html file

This commit is contained in:
swagg boi 2021-05-31 01:00:57 -04:00
parent 49635e2b10
commit 62fc1b2309

View file

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting to Homepage</title>
<link rel="stylesheet" type="text/css" href="/css/swagg.css">
</head>
<body>
<h1>Redirecting to Homepage</h1>
<p>Click <a href="/home">here</a> if not redirected automagically.</p>
<script>window.location.replace("/home");</script>
</body>
</html>