ElmDemo/UI/order.html

20 lines
428 B
HTML
Raw Normal View History

2023-06-15 13:21:48 +00:00
<!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>