-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
30 lines (30 loc) · 2.15 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<title> Icycoide </title>
<link rel="icon" type="image/x-icon" href="/assets/IcycoideFavicon.ico">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet" />
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="min-height: 100%; display: flex; flex-direction: column; font-family: Inter;">
<center>
<header style="width: 100%; height: 75px">
<p style="text-align: center;"><text style="text-align: center; font-family: Roboto Mono;">[Icycoide></text> <br> <a href="https://icycoide.github.io"> Home </a> · <a href="https://github.com/Icycoide"> Github </a> · <a href="https://icycoide.github.io/rules"> Community Rules </a> </p>
</header>
<main style="max-width: 80%; /* background: rgba(0, 0, 0, .75) url('https://images.unsplash.com/photo-1732113229552-6f7a005e4152?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); background-repeat: no-repeat; background-size: cover; background-blend-mode: darken; */">
<br><br>
<idk>
<img src="https://http.cat/404"> <br> <br>
<button onclick="window.location.href='https://icycoide.github.io';"><span>Go home</span></button>
</idk>
</main>
</center>
</body>
</html>