-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
18 lines (18 loc) · 649 Bytes
/
404.html
File metadata and controls
18 lines (18 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="/web/js/zero-md.min.js"></script>
<link rel="stylesheet" href="/web/css/cdn-mcalec-dev/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<script defer src="https://cloud.umami.is/script.js" data-website-id="c15cf406-c0c9-43a8-9c14-62eeb24c8925"></script>
</head>
<body>
<zero-md src="/web/md/http-errs/404.md">
<template>
<link rel="stylesheet" href="/web/css/github-markdown/dark.min.css" />
</template>
</zero-md>
</body>
</html>