Bootstrap app

This commit is contained in:
He4eT 2021-02-19 00:53:39 +05:00
commit 5f5d23f4de
3 changed files with 66 additions and 2 deletions

View file

@ -2,10 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0">
<title>IFPlayer</title>
</head>
<body>
<div id="root"></div>
<script src="./src/index.js"></script>
</body>
</html>