mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 09:22:51 +08:00
14 lines
462 B
HTML
14 lines
462 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/logo.svg" sizes="64x64" type="image/*" />
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|