Internt_Programmirovanie_PI.../Lab5/index.html
2023-12-05 14:12:50 +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>