This commit is contained in:
jetstream0
2023-11-01 07:39:08 +00:00
commit e85193dcb4
23 changed files with 1484 additions and 0 deletions

22
templates/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>these r not the droids you u looking 4</title>
<style>
/* */
</style>
</head>
<body>
<div id="main">
<div>
<ul>
[[ for:listings:listing ]]
[[ component:listing ]]
[[ endfor ]]
</ul>
</div>
</div>
</body>
</html>