diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-04 22:32:04 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-04 22:32:04 -0500 |
commit | 8caf295a150d3818cd371b35a78edb5b9a6effec (patch) | |
tree | 7dfeec1f0072621a0c273ad691694a8972d52a57 /www | |
parent | 47dcecef2d467204510e5d68910e5dffdb958ad1 (diff) | |
download | html5ks-8caf295a150d3818cd371b35a78edb5b9a6effec.tar.xz html5ks-8caf295a150d3818cd371b35a78edb5b9a6effec.zip |
Make simple warning page.
Diffstat (limited to 'www')
-rw-r--r-- | www/warn.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/warn.html b/www/warn.html new file mode 100644 index 0000000..0c638ef --- /dev/null +++ b/www/warn.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <title>Katawa Shoujo - Disclaimer</title> + </head> + <body> + <p>Okay, before we start, we need to go through a few things first.</p> + <p>If you don't know what Katawa Shoujo is, see <a href="http://www.katawa-shoujo.com/">http://www.katawa-shoujo.com/</a>, then come back.</p> + <p>The full version of Katawa Shoujo contains adult material.<br> + Promise that you are over <b>18 years</b> old and that you will not make the material available to persons below that age. + </p> + <p>Also, please don't bother the original developers on the forums or IRC about bugs in this. This is entirely unofficial and not controlled by them whatsoever.<br> + This includes typos, graphical misplacement, downtime, and any other glitches of any sort. Bug me instead: <a href="https://bugzilla.happinessforme.com/">https://bugzilla.happinessforme.com/</a>. + </p> + <p><a href="setcookie.html">OK? Great.</a></p> + </body> +</html> |