mirror of
https://github.com/fjykTec/ModernWMS.git
synced 2024-11-14 12:45:57 +08:00
16 lines
340 B
HTML
16 lines
340 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>ModernWMS</title>
|
||
|
<link rel="icon" href="./src/assets/img/webLogoMini.png" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="/src/main.ts"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|