nidus-sync/html/template/sync/template-test.html

14 lines
307 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<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>
</head>
<body>
2026-03-21 17:44:14 +00:00
<div id="app"></div>
2026-03-21 17:44:14 +00:00
<script src="/static/gen/js/bundle.js" type="module"></script>
</body>
</html>