This commit is contained in:
Kar
2025-01-23 19:21:34 +00:00
commit 018d0ce555
16 changed files with 129 additions and 0 deletions

1
.hta_slug/_404.php Normal file
View File

@@ -0,0 +1 @@
404

3
.hta_slug/_footer.php Normal file
View File

@@ -0,0 +1,3 @@
</body>
</html>

10
.hta_slug/_header.php Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="/assets/js/htmx-2.0.4.js"></script>
</head>
<body>

1
.hta_slug/_home.php Normal file
View File

@@ -0,0 +1 @@
Home