-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path500.html
33 lines (26 loc) · 1.41 KB
/
500.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Katech">
<meta property="og:description" content="Conectando você ao futuro da tecnologia!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://kurumi30.github.io/Katech/img/katech.png">
<link rel="stylesheet" href="./css/500.css">
<link rel="icon" type="image/png" href="https://kurumi30.github.io/Katech/img/katech.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/css/iziToast.min.css"
integrity="sha512-O03ntXoVqaGUTAeAmvQ2YSzkCvclZEcPQu1eqloPaHfJ5RuNGiS4l+3duaidD801P50J28EHyonCV06CUlTSag=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/js/iziToast.min.js"
integrity="sha512-Zq9o+E00xhhR/7vJ49mxFNJ0KQw1E1TMWkPTxrWcnpfEFDEXgUiwJHIKit93EW/XxE31HSI5GEOW06G6BF1AtA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="module" src="./js/500.js" defer></script>
<script type="module" src="./js/sendNotification.js" defer></script>
<title>Em Construção</title>
</head>
<body>
<img src="https://kurumi30.github.io/Katech/img/katech.png" alt="logo">
<main class="error-500" data-text="Página em construção..."></main>
</body>
</html>