Files
mooknote_web/public/index.html
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

19 lines
821 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>MookNote - 记录你的观影、阅读与笔记</title>
<meta name="description" content="MookNote是一款简洁优雅的观影阅读笔记应用帮助你记录生活中的每一份感动与思考。">
</head>
<script defer src="https://umami.iletter.top/anyjs" data-website-id="a4035aea-31ff-4df4-86e3-90a904a348d0"></script>
<body>
<noscript>
<strong>We're sorry but MookNote doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>