Delete dashboard.html

This commit is contained in:
Jonas_Jones 2021-11-24 00:09:26 +01:00 committed by GitHub
parent 7798ed8429
commit 66145a7e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard</title>
<link rel="stylesheet" href="/css/style.min.css">
<script defer src="/js/auth.js"></script>
<script defer src="/init.js"></script>
</head>
<body>
<div class="container">
<h1 class="text-center">Welcome to the Dashboard</h1>
<p class="text-center"><a href="#" class="logout">Log Out</a></p>
</div>
</body>
</html>