Files
sb-front/index.html
T

16 lines
453 B
HTML
Raw Normal View History

2026-05-30 21:18:13 +09:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/logo.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/logo.svg">
2026-05-30 21:18:13 +09:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slim Budget</title>
2026-05-30 21:18:13 +09:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>