Added Core Directories and HTML Structure

This commit is contained in:
Michael 2025-02-27 17:06:53 -05:00
commit a53f645bf2

20
html/home.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
<head>
<body>
<!--Header Bar -->
<section>
</section>
<!--Body Area -->
<section>
</section>
</body>