-
Notifications
You must be signed in to change notification settings - Fork 1
/
403.html
108 lines (106 loc) · 3.84 KB
/
403.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Animarathon: So Sorry!</title>
<meta
name="description"
content="403, This area is forbidden! Animarathon is always at Bowling Green State University though."
/>
<meta name="author" content="Anime In Northwest Ohio" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#e56372" />
<link rel="stylesheet" href="./css/normalize.css" />
<link rel="stylesheet" href="./css/skeleton.css" />
<link rel="stylesheet" href="./css/animarathon.css" />
<link type="text/plain" rel="./humans.txt" />
<link rel="icon" type="image/png" href="./media/images/favicon.png" />
<link rel="canonical" href="https://animarathon.com/403" />
</head>
<body>
<div class="backdrop">
<header>
<img
src="./media/media_nonfree/banner.png"
srcset="
./media/media_nonfree/banner-96w.png 96w,
./media/media_nonfree/banner-320w.png 320w,
./media/media_nonfree/banner-480w.png 480w,
./media/media_nonfree/banner-640w.png 640w,
./media/media_nonfree/banner-720w.png 720w,
./media/media_nonfree/banner-1024w.png 1024w,
./media/media_nonfree/banner-1080w.png 1080w,
./media/media_nonfree/banner-1280w.png 1280w,
./media/media_nonfree/banner-1920w.png 1920w,
./media/media_nonfree/banner-2048w.png 2048w,
./media/media_nonfree/banner-2304w.png 2304w
"
alt="Animarathon banner by Michelle Czajkowski!"
style="width: 100%"
/>
<nav>
<div class="container">
<div class="row">
<div class="four columns">
<a href="https://animarathon.com/">Home</a>
</div>
<div class="four columns">
<a href="https://animarathon.com/schedule">Schedule</a>
</div>
<div class="four columns">
<a href="https://animarathon.com/contact">Contact</a>
</div>
</div>
</div>
</nav>
</header>
</div>
<main class="backdrop">
<article class="container">
<div class="row">
<section class="twelve columns" class="prominent-text">
<h1>403 - That's forbidden Anime!</h1>
<p>
<img
src="./media/material-design-icons/ic_error_24px.svg"
style="height: 100%"
/>
We are so sorry, but if we showed you what was actually here, we'd
have to deploy our team of ninjas.
</p>
<p>
<a class="button" href="https://animarathon.com/index.html"
>You're always welcome on our home page!</a
>
</p>
<br />
<img
src="https://animarathon.com/media/media_nonfree/sisters.png"
class="prominent-box"
alt="The Twins, side by side, fearing of ninja attack, yet smiling none the less."
/>
</section>
</div>
</article>
</main>
<footer>
<div class="row">
<section class="twelve columns">
<br />
<p class="prominent-text">
Animarathon is a student run event held by
<a href="./ano.html">Anime In Northwest Ohio</a> and
<a href="./related">friends</a>.
</p>
<p class="prominent-text">
Animarathon XVIII will be held at BGSU in <time>2022</time>.
</p>
<p class="prominent-text">
401 Bowen Thompson Student Union, Bowling Green State University,
Bowling Green, Ohio, 43403
</p>
</section>
</div>
</footer>
</body>
</html>