Commit ef2eb3e6 authored by gavin.white's avatar gavin.white

Upload New File

parent f9671944
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Error</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<style>
body {
background-color: #1d2630;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
h1, .confirmation {
color: white;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Login Failed</h1>
<div class="confirmation">
<a href="Index.php" class="btn btn-primary">Back to Login</a>
</div>
</div>
<script src="" async defer></script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment