Files
AFFiNE-Mirror/apps/ligo-virgo/src/index.html
T
2022-08-08 01:16:25 +08:00

17 lines
436 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- local dev index.html -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<title>AFFiNE - All In One Workos</title>
<script>
window.global = window;
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>