-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path401.html
57 lines (46 loc) · 1.61 KB
/
401.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>alexpado - 401</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="alexpado">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/globals.css">
<link rel="stylesheet" href="assets/css/style.css">
<script defer src="assets/js/feather.min.js"></script>
<script defer src="assets/js/script.js"></script>
<script defer type="module" src="assets/js/i18n.js"></script>
<!--
/\ /\
/ \'._ (\_/) _.'/ \
|.''._'--(o.o)--'_.''.|
\_ / `;=/ " \=;` \ _/
`\__| \___/ |__/`
\(_|_)/
" ` "
Oh, hi there ! Did you see that ?
A website without a JS framework !
... Oh, did I interrupt you ?
I'm sorry, please continue your tour :D
Have a great day !
-->
</head>
<body>
<div id="language-switcher"></div>
<section id="landing" class="full-section">
<div id="effect">
<div class="flash"></div>
<div class="overlay"></div>
</div>
<div class="section-background fill-parent"></div>
<a href="https://unsplash.com/fr/photos/route-vide-qi2hmCwlhcE" class="clickable credits flex flex-center flex-row" target="_blank"><i data-feather="camera"></i>
Andre Benz @ unsplash</a>
<div class="section-content fill-parent flex flex-center">
<h2 data-i18n="errors.401.title" class="text"></h2>
<h3 data-i18n="errors.401.description"></h3>
<a class="panic-button" href="index.html" data-i18n="errors.panic"></a>
</div>
</section>
</body>
</html>