2026-05-30 21:18:13 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
2026-06-27 15:52:11 +09:00
|
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
2026-07-07 21:02:18 +09:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
2026-06-27 16:51:29 +09:00
|
|
|
<title>돈돼지 가계부</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>
|