-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<title> Redirect - MDickie Projects </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html {
width: 100% !important;
height: 100% !important;
}
</style>
</head>
<body class="text-center">
<div class="pt-5 pb-3">
<h4 class="fw-light fs-1">Would you prefer the current version, or the archived version from 2022?</h4>
<p class="fs-3"><a href="https://atproducts.xyz/mdickie">Current Version</a></p>
<p class="fs-3"><a href="/archived">Archived Version</a></p>
</div>
<hr>
<input class="btn btn-primary fs-4" type="button" value="Return" id="404btn" aria-label="Return">
<hr>
<h6> ® <script src="/static/year.js"></script> AT Products LLC </h6>
<script src="https://cdn.jsdelivr.net/npm/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="https://atproducts.xyz/static/darkmode.js"></script>
<script src="https://atproducts.xyz/static/404.js"></script>
</body>
</html>