-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
26 lines (24 loc) · 986 Bytes
/
Copy pathnotes.html
File metadata and controls
26 lines (24 loc) · 986 Bytes
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Notes for the Live2D companion page." />
<title>Notes | Pan's Mainpage</title>
<link rel="icon" href="/public/assets/site/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./src/styles/notes.css?v=20260611" />
</head>
<body>
<header class="notes-header">
<a class="back-link" href="/">Back to mainpage</a>
<nav id="notes-navigation" class="notes-navigation" aria-label="Notes"></nav>
</header>
<main class="notes-shell">
<article id="notes-content" class="markdown-body" aria-live="polite">
<p>Loading notes...</p>
</article>
</main>
<script src="./public/vendor/markdown/marked.umd.js?v=18.0.5"></script>
<script type="module" src="./src/features/notes/notesPage.js?v=20260611"></script>
</body>
</html>