-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
62 lines (60 loc) · 2.83 KB
/
404.html
File metadata and controls
62 lines (60 loc) · 2.83 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="it">
<head>
<!--Header:-->
<meta charset="UTF-8">
<meta name="description" content="Il sito ufficiale di BisUmTo">
<meta name="keywords" content="multicore network, multicore, bisumto">
<meta name="author" content="LoreSchaeffer, BisUmTo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#282828">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css">
<script src="https://kit.fontawesome.com/86dcb577e8.js" crossorigin="anonymous" defer></script>
<link rel="stylesheet" href="/css/multicore.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/pages/404.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" crossorigin="anonymous" defer></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
<script src="https://apis.google.com/js/platform.js" defer></script>
<script src="/js/scripts.js" defer></script>
<!--:Header-->
<title>BisUmTo - Official Site</title>
<script src="/js/pages/home.js" defer></script>
<link rel="stylesheet" href="/css/pages/home.css">
<!-- Google Webmasters -->
<meta name="google-site-verification" content="OcqCsU80R_rN97kWWxlKogdyA9Sj750UrxRZoE6KIlg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146517603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146517603-1');
</script>
</head>
<body>
<div include-html="/components/navbar.html"></div>
<div style="height: 76px;"></div>
<section id="header" class="bg-red">
<div class="container-fluid block">
<h1>BisUmTo</h1>
</div>
</section>
<section id="content">
<div class="content">
<div class="container-fluid bg-white block">
<section id="errorContainer">
<h1><i class="far fa-grin-beam-sweat"></i></h1>
<h2>Pagina non trovata!</h2>
<h3>La pagina che stai cercando non si trova a questo indirizzo o non è più disponibile.</h3>
<a id="back" href="/">Torna alla Home</a>
</section>
</div>
</div>
</section>
<div include-html="/components/footer.html"></div>
</body>
</html>