lesson-02 base setup

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-04 11:44:01 +03:00
commit 7eb2fb7326
11 changed files with 1555 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="app"></div>
<script src="dist/bundle.js"></script>
</body>
</html>