Files
AFFiNE-Mirror/apps/ligo-virgo/src/index.html
T
2022-08-01 14:27:26 +08:00

17 lines
462 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="https://app.affine.pro/favicon.ico" />
<title>AFFiNE | Local Dev Environment</title>
<script>
window.global = window;
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>