first commit

This commit is contained in:
Jeannette Chin
2024-10-21 17:09:40 +01:00
commit 58f45f8947
15 changed files with 1964 additions and 0 deletions

17
public/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Adv Web Development backend server</title>
<script
src="https://kit.fontawesome.com/67bd86ffdc.js"
crossorigin="anonymous"
></script>
</head>
<body>
<h1>Advanced Wev Development</h1>
<h2>Frontend and Backend intergration</h2>
<p>by Jeannette Chin</p>
</body>
</html>