13 lines
325 B
HTML
13 lines
325 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Expense Tracker</title>
|
|
</head>
|
|
<body class="py-4">
|
|
<div id="app" class="container"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|