-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (69 loc) · 3.83 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Character encoding -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Existing verification tags -->
<meta name="google-site-verification" content="QJQAaXtkubSD6k7GsK_M7mYlJCaSP4J3JTFoaKU23a0" />
<meta name="msvalidate.01" content="6FFE13B6249B1706628280EB0489AAE0" />
<meta name="p:domain_verify" content="c17c1e31cbc2ffedf7fe8ae4366ad722"/>
<!-- Basic SEO meta tags -->
<title>404 Error | Giocoliere</title>
<meta name="description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta name="keywords" content="Giocoliere, Developer, Creepercraft, CreeperLAB, Programming, Gaming, Minecraft, Development" />
<meta name="author" content="Giocoliere" />
<meta name="robots" content="index, follow" />
<!-- Open Graph meta tags for social media (Facebook, Discord, Telegram, etc) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://giocoliere.dev/" />
<meta property="og:site_name" content="Giocoliere's Portfolio" />
<meta property="og:title" content="Giocoliere | Developer & Creator" />
<meta property="og:description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta property="og:image" content="https://giocoliere.dev/assets/img/preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Giocoliere | Developer & Creator" />
<meta name="twitter:description" content="Developer working on exciting projects including Creepercraft, CreeperLAB, and various other developments. Check out my work and get in touch!" />
<meta name="twitter:image" content="https://giocoliere.dev/assets/img/preview.png" />
<!-- Theme color for browser -->
<meta name="theme-color" content="#69a6ce" />
<!-- Favicon and stylesheets -->
<link rel="shortcut icon" href="/assets/img/favicon.ico"/>
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Added navbar -->
<nav class="navbar">
<div class="nav-container">
<a href="/" class="nav-logo">Giocoliere</a>
<div class="nav-links">
<a href="https://status.gioco.lol/">Status</a>
<a href="https://full-stack.dev/gioco">Links</a>
<a href="https://creeperhub.net">Projects</a>
<a href="https://creepercraft.net/">Creepercraft</a>
<a href="https://creeperhub.net/otakuforge">Otaku</a>
<a href="https://creeperlab.org">CreeperLAB</a>
</div>
</div>
</nav>
<div id="error-page">
<div class="content">
<h2 class="header" data-text="404">404</h2>
<h4 data-text="Opps! You've been 404rolled">Opps! You've been 404rolled</h4>
<p>Sorry... I wanted to troll you a bit.😜 Anyway I'm a developer and I'm currently working many big projects.</p>
<div class="btns">
<a href="https://github.com/giocoliere">Github</a>
<a href="mailto://[email protected]">Email</a>
<a rel="me" href="https://guns.lol/gioco">🔫.lol</a>
<a href="https://discord.com/users/842087107908206654">DS profile</a>
</div>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>