2026-03-21 02:04:11 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
2026-03-21 01:42:22 +00:00
|
|
|
<head>
|
2026-03-21 02:04:11 +00:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-03-21 17:44:14 +00:00
|
|
|
<title>VueJS + TypeScript Demo</title>
|
2026-03-21 18:13:40 +00:00
|
|
|
<link rel="stylesheet" href="/static/gen/main.css" />
|
2026-03-21 01:42:22 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-03-21 17:44:14 +00:00
|
|
|
<div id="app"></div>
|
2026-03-21 02:04:11 +00:00
|
|
|
|
2026-03-21 18:13:40 +00:00
|
|
|
<script src="/static/gen/main.js" type="module"></script>
|
2026-03-21 01:42:22 +00:00
|
|
|
</body>
|
2026-02-07 05:51:21 +00:00
|
|
|
</html>
|