Add Header, Footer, Basic Search

This commit is contained in:
2024-10-18 02:10:58 +02:00
parent d5115809ca
commit cf09bc50fb
17 changed files with 1391 additions and 0 deletions

13
Website/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tranga</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="index.jsx"></script>
</body>
</html>