-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherr403.html
38 lines (38 loc) · 1.93 KB
/
err403.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
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Katsuhi.to</title>
<link rel="stylesheet" href="./assets/css/_common.css">
<link rel="stylesheet" href="./assets/css/error.css">
<link rel="stylesheet" href="./assets/css/footer.css">
<link rel="stylesheet" href="./assets/css/header.css">
<link rel="icon" href="./assets/img/logo.svg" type="image/svg+xml">
</head>
<body>
<header class="header">
<h1 class="header__heading">Katsuhi<span class="header__headingDot">.</span>to</h1>
<p class="header__description">This site serves as a self-introduction, a space for personal experiments, and a portfolio site. The domain "katsuhi.to" cleverly references the webmaster's name, creating a unique "domain hack".</p>
</header>
<main>
<section class="error">
<h2 class="error__heading">403 Forbidden</h2>
<p class="error__paragraph">Sorry, the page you requested is forbidden. Try going to the <a href="/">front page</a>.</p>
</section>
</main>
<footer class="footer">
<p class="footer__text">Date of domain registration: <time datetime="2010-08-22">August 22, 2010</time>.</p>
<p class="footer__text">© 2010 <a href="https://katsuhi.to">Katsuhi.to</a></p>
</footer>
<script>document.querySelector('.header__heading').classList.add('header__heading--animation');</script>
<script src="https://www.googletagmanager.com/gtag/js?id=G-WNY4W41VES"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WNY4W41VES');
</script>
</body>
</html>