Added My Code

This commit is contained in:
Modo 2023-10-09 18:59:56 +05:30
parent de73b8ca13
commit 471c8661e1
3 changed files with 14 additions and 0 deletions

0
frontend/index.js Normal file
View File

0
frontend/style.css Normal file
View File

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script>
</script>
</body>
</html>