Archived
1
0

add stub for faq

This commit is contained in:
jeff 2015-08-06 14:35:44 -04:00
parent bb6af83607
commit 85ac33b53d
2 changed files with 10 additions and 1 deletions

9
contrib/static/faq.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<link rel="stylesheet" href="site.css"></link>
<title> NNTPChan Frequently Asked Questions</title>
</head>
<body>
<p>TODO: put FAQ here</p>
</body>
</html>

View File

@ -19,7 +19,7 @@
font-weight: bold; font-weight: bold;
} }
#postform-outer , .index-outer { #postform-outer {
text-align: center; text-align: center;
} }