2021-12-08 23:43:52 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-07-26 22:40:29 +08:00
|
|
|
<link rel="icon" href="/logo.png" type="image/*" />
|
2021-12-08 23:43:52 +08:00
|
|
|
<meta name="theme-color" content="#f6f5f4" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
|
|
|
|
<title>Memos</title>
|
2022-07-17 09:58:21 +08:00
|
|
|
<script src="https://kit.fontawesome.com/41e3aaa6af.js" crossorigin="anonymous"></script>
|
2021-12-08 23:43:52 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|