Pibd-22_Presnyakova.V.V_IP/front/vue-project/index.html

14 lines
452 B
HTML
Raw Normal View History

2023-04-23 17:12:13 +04:00
<!DOCTYPE html>
2023-05-01 14:31:16 +04:00
<html lang="en">
<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>
</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>
<script type="module" src="/src/main.js"></script>
</body>
</html>