项目初始化
This commit is contained in:
19
UI/business.html
Normal file
19
UI/business.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Tailwind + Sass</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" class="app">
|
||||
<h1 >
|
||||
商家列表
|
||||
</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="module" src="./src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user