2023-04-23 17:12:13 +04:00
|
|
|
<!DOCTYPE html>
|
2023-05-01 14:31:16 +04:00
|
|
|
<html lang="en">
|
2023-05-01 12:58:11 +04:00
|
|
|
<head>
|
2023-04-23 17:12:13 +04:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-05-01 15:18:58 +04:00
|
|
|
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
|
|
|
|
<title>Vite App</title>
|
2023-05-01 12:58:11 +04:00
|
|
|
</head>
|
2023-05-01 15:18:58 +04:00
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
2023-05-01 12:58:11 +04:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|