25 lines
575 B
HTML
25 lines
575 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>[[ listing.name ]] ([[ listing.type ]]) directory</title>
|
|
<style>
|
|
/* */
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div>
|
|
<a href="/">Front page</a>
|
|
<ul>
|
|
<!-- called chapters, but anime, manga, music will all use this -->
|
|
[[ for:chapters:chapter ]]
|
|
[[ component:chapter-listing ]]
|
|
[[ endfor ]]
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|