Added Core Directories and HTML Structure
This commit is contained in:
commit
a53f645bf2
20
html/home.html
Normal file
20
html/home.html
Normal 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>
|
||||||
Loading…
Reference in a new issue