ElmDemo/UI/pages/business.html

20 lines
444 B
HTML
Raw Normal View History

2023-06-15 13:21:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-06-20 15:35:50 +00:00
<link rel="icon" type="image/svg+xml" href="../assets/svgs/favicon.svg" />
2023-06-15 13:21:48 +00:00
<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>
2023-06-20 15:35:50 +00:00
<script type="module" src="../src/main.ts"></script>
2023-06-15 13:21:48 +00:00
</body>
</html>