Archived
1
0

* add legal notice

* fix front page graph
This commit is contained in:
Jeff Becker 2016-02-17 14:10:50 -05:00
parent 1020fae1dd
commit 5370898da9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
4 changed files with 13 additions and 2 deletions

View File

@ -54,5 +54,8 @@
nntpchan_inject_banners(e, "{{board.Prefix}}");
</script>
<hr/>
<p>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>To make a DMCA request or report illegal content, please contact the administration</p>
</body>
</html>

View File

@ -49,6 +49,7 @@
<th> Total </th>
</tr>
</thead>
<tbody>
{{# boardgraph}}
<tr>
<td>
@ -79,6 +80,8 @@
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{prefix}}");
</script>
<hr/>
<p>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>To make a DMCA request or report illegal content, please contact the administration</p>
</body>
</html>

View File

@ -51,6 +51,8 @@
nntpchan_inject_banners(e, "{{thread.Prefix}}");
</script>
<hr/>
<p>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>To make a DMCA request or report illegal content, please contact the administration</p>
</body>
</html>

View File

@ -37,5 +37,8 @@
nntpchan_inject_banners(e, "{{prefix}}");
</script>
<hr/>
<p>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>To make a DMCA request or report illegal content, please contact the administration</p>
</body>
</html>