Files
pla-den-tor/templates/index.html
jetstream0 e85193dcb4 Working
2023-11-01 07:39:08 +00:00

23 lines
443 B
HTML

<!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>