Add initial HTML structure for the project

This commit is contained in:
Juwan Jouma 2024-04-16 10:39:09 +02:00
parent 9f664b41f9
commit 7feff18799
3 changed files with 11 additions and 0 deletions

0
Javascript/app.js Normal file
View File

0
Styles/style.css Normal file
View File

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!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>
</body>
</html>