2023-04-24 18:37:21 +04:00
|
|
|
<!DOCTYPE html>
|
2023-04-24 22:35:59 +04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css">
|
|
|
|
<title>VIDEO | FILMS</title>
|
|
|
|
</head>
|
|
|
|
<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>
|
2023-04-24 18:37:21 +04:00
|
|
|
</html>
|