Files
mws.frontend.vue/index.html
T
namdh 87b870a1ad
mws-frontend / build (push) Successful in 2m49s
mws-frontend / push (push) Successful in 24s
mws-frontend / deploy (push) Successful in 15s
fix: change font
2026-09-22 22:35:57 +07:00

20 lines
641 B
HTML

<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<title>My Workspace</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>