Archived
1
0
This commit is contained in:
Jeff Becker
2017-04-18 19:42:46 -04:00
parent e9e46e1f59
commit 7c6bb5c40d
35 changed files with 1928 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{{!
frontpage.mustache -- template for index.html
template parameters:
- boardgraph ( markup of boardPageRows instance, see srnd/model.go )
- postgraph ( markup of postsGraph instance , see srnd/model.go )
- overview ( markup of overviewModel instance , see srnd/model.go )
- totalposts ( the number of total posts we have ever seen )
- frontend ( the name of the frontend )
- prefix ( the site's prefix )
}}
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
<title> OVERCHAN </title>
</head>
<body>
<a href="{{prefix}}o/">enter</a>
<hr/>
<footer>
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
</body>
</html>