23 lines
443 B
HTML
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>
|