feat: venus for affine

This commit is contained in:
DarkSky
2022-08-03 00:52:08 +08:00
parent 7690511562
commit 554f8c597b
32 changed files with 1916 additions and 11 deletions

14
apps/venus/src/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Venus</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="root"></div>
</body>
</html>