ElmDemo/UI/pages/business.html
2023-06-21 17:23:21 +08:00

20 lines
444 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="../assets/svgs/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>