2024-04-03 11:25:54 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-04-29 06:32:14 +00:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/appflowy.svg" />
|
2024-05-17 10:23:29 +00:00
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"
|
|
|
|
>
|
2024-04-03 11:25:54 +00:00
|
|
|
<title>AppFlowy</title>
|
|
|
|
</head>
|
|
|
|
<body id="body">
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2024-04-29 06:32:14 +00:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
|
|
|
2024-04-03 11:25:54 +00:00
|
|
|
</body>
|
|
|
|
</html>
|