world setup

This commit is contained in:
2024-10-18 22:05:01 -06:00
parent 7e4d854685
commit 89502213c4
11 changed files with 346 additions and 92 deletions

View File

@@ -5,6 +5,9 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Preact + TS</title>
<style lang="less">
@import './src/index.less';
</style>
</head>
<body>
<div id="app"></div>