First VueJS code

This commit is contained in:
Lukáš
2024-02-19 16:50:19 +01:00
commit 5cc5a74cb9
4 changed files with 44 additions and 0 deletions

12
vue.ude/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>