Remove unused index.html file
This commit is contained in:
parent
49635e2b10
commit
62fc1b2309
|
@ -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>
|
Loading…
Reference in a new issue