14 lines
399 B
HTML
14 lines
399 B
HTML
<html lang="ru">
|
|
|
|
<head>
|
|
<meta charset = "utf-8">
|
|
<title> Техник </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script type="module" src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" class="h-100 d-flex flex-column"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html> |