-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.94 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.94 KB
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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Search Engine Meta -->
<meta name="robots" content="noindex">
<meta itemprop="name" content="Johannes Farrell">
<meta itemprop="description" content="Content moved!">
<!-- General Meta -->
<meta name="author" content="Johannes Farrell">
<meta name="keywords" content="johfarrell, johannes farrell, joe, johannes, farrell">
<meta name="description" content="Content moved!">
<!-- Other -->
<title>Johannes Farrell</title>
<link rel="icon" href="./favicon.ico" type="image/icon type">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Questrial&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Questrial&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./style.css">
<script src="./index.js"></script>
</head>
<body>
<div class="d-flex flex-column justify-content-center align-items-center" style="height: 100vh; font-size: 2em;">
<h1>Oops :(</h1>
<h2>Content Moved</h2>
<br>
<span class="redirectText">Redirecting</span>
</div>
</body>
</html>