The first commit

This commit is contained in:
2021-10-06 20:52:35 +03:00
parent 3693c53d13
commit 49a67accd4
21 changed files with 1046 additions and 0 deletions

13
src/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Notes in JS (Home task 1)</title>
</head>
<body>
<div id="appConsole" class="uk-container"></div>
<div id="app" class="uk-container"></div>
</body>
</html>