-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (24 loc) · 1.24 KB
/
Copy path404.html
File metadata and controls
28 lines (24 loc) · 1.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<meta name="description" content="Filip Růžička portfolio – I study at CTU, play volleyball and code: JakoPavouk, Glyphtones and much more." />
<meta name="keywords" content="filip, ruzicka, firu, cvut, ctu, sit, prague, developer, programmer, jakopavouk, glyphtones" />
<meta name="author" content="Filip Růžička" />
<script defer src="https://umami.firu.dev/important" data-website-id="0a121d0d-2727-4c5c-a1ef-9de27e8054a3"></script>
<title>firu.dev - 404</title>
</head>
<body>
<section id="error">
<h1>404</h1>
<p>Are you lost?</p>
<a href="/">Back</a>
</section>
</body>
</html>