This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
notes_list/src/index.html
2021-10-06 20:52:35 +03:00

13 lines
243 B
HTML

<!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>