-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
42 lines (34 loc) · 1.43 KB
/
404.html
File metadata and controls
42 lines (34 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Project Smoodi</title>
<link href="/favicon.ico" rel="icon">
<link href="/highlight/styles/github-dark.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
rel="stylesheet" as="style" crossorigin/>
<script src="/highlight/highlight.min.js"></script>
<link href="/style.css" rel="stylesheet">
<link href="/font.css" rel="stylesheet">
<link href="/animation.css" rel="stylesheet">
<link href="/tag/header/style.css" rel="stylesheet">
<link href="/tag/content-table/style.css" rel="stylesheet">
<link href="/tag/content-table/style.css" rel="stylesheet">
<link href="/tag/code/style.css" rel="stylesheet">
<link href="/tag/info/style.css" rel="stylesheet">
<link href="/tag/document-table/style.css" rel="stylesheet">
<link href="/tag/background-image/style.css" rel="stylesheet">
<script src="/contentLoader.js?v=1" type="module"></script>
</head>
<body>
<header></header>
<main></main>
<script type="module" defer>
import {loadContents} from "/contentLoader.js";
await loadContents();
</script>
</body>
</html>