[code, files] have created initial files for home.html and styles.css, have added initial code structure to home.html and have added favicon.ico file for project. Will continue working on.

This commit is contained in:
2026-04-21 23:06:07 +01:00
parent b9a7be1548
commit 4793a39e45
3 changed files with 9 additions and 0 deletions

9
html/home.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Home | Sentinel</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
</head>
<body>
</body>
</html>