This repository has been archived on 2022-09-22. You can view files and clone it, but cannot push or open issues or pull requests.
Website/old/index.html

21 lines
723 B
HTML

<!DOCTYPE html>
<html>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<body>
<div class="jumbotron">
<h1 class="display-4">Redirecting<a class="dots">...</a></h1>
<p class="lead">If you don't get redirected, please click <a href="https://old.codsworth.xyz/">here</a></p>
<hr class="my-4">
<a class="btn btn-danger btn-lg" href="/" role="button">Go back</a>
<script>
window.location.replace("https://old.codsworth.xyz/")
</script>
</div>
</body>
</html>