-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
42 lines (36 loc) · 2.07 KB
/
404.html
File metadata and controls
42 lines (36 loc) · 2.07 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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>calavera</title>
<link rel="preload" href="https://calavera.xyz/assets/fonts/msgothic.ttf" as="font" crossorigin="anonymous" />
<link rel="stylesheet" href="https://calavera.xyz/assets/css/style.css">
<link rel="stylesheet" href="https://calavera.xyz/assets/css/staged.css">
<script src="https://calavera.xyz/assets/js/404.js"></script>
</head>
<body>
<div class="main" style="font-family: MSGothic;">
<div class="centerContent">
<div class="stripe" style="width: 100%; height: 15px;"></div>
<h1 style="font-weight: 300; background-color: var(--main-color); color: var(--back-color); font-family: inherit;">[ 404 ]</h1>
<div style="padding-left: 10px; padding-right: 10px;">
<p style="text-align: justify; font-size: 16.2pt;">
NÃO ENCONTRADO - 未找到 - NOT FOUND - NON TROUVÉ - NON TROVATO - NICHT GEFUNDEN - IKKE FUNDET - AKUTHOLAKALANGA
</p>
<p style="text-align: justify; font-size: 16.2pt;">
O recurso solicitado não pôde ser encontrado. Pode ter sido movido temporária ou permanentemente.
Se você acha que isso é um erro, entre em contato com o administrador.
Você será redirecionado para a página anterior em <em class="cntdwn">T-10s</em>.
</p>
<p style="text-align: justify; font-size: 16pt;">
要求されたリソースが見つかりませんでした。一時的または恒久的に移動された可能性があります。
エラーだと思われる場合は、管理者に連絡してください。
<em class="cntdwn">T-10s</em> の前のページにリダイレクトされます。
</p>
</div>
<div class="stripe" style="width: 100%; height: 15px;"></div>
</div>
</div>
</body>
</html>