Internt_Programmirovanie_PI.../Lab4/web-site vite/index.html
2023-11-21 12:37:22 +04:00

14 lines
429 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Extremal Driving</title>
<link rel="stylesheet" href="src/myStyle.css">
</head>
<body class="bg-image overflow-visible pageBackground">
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>