2023-03-31 23:41:00 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ru">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<script type="module" src="/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
|
2023-04-08 22:37:28 +04:00
|
|
|
<link rel="stylesheet" href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css">
|
2023-03-31 23:41:00 +04:00
|
|
|
<title>ReManga</title>
|
|
|
|
</head>
|
|
|
|
<body >
|
|
|
|
<div id="app" class="d-flex flex-column h-100" ></div>
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|