mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 05:22:22 +03:00
14 lines
347 B
HTML
14 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" href="/src/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AFFiNE</title>
|
|
</head>
|
|
<body>
|
|
<div id="react-root" />
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|