summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorchers <admin@tilde.tailb619f6.ts.net>2026-07-31 09:18:39 +0000
committerchers <admin@tilde.tailb619f6.ts.net>2026-07-31 09:18:39 +0000
commit7023e4c7c8f158df78b5e71ddc2640290409eca1 (patch)
tree077fb46bdb484bbbf7f9a81fd1d512f66650be10 /static/index.html
Update cl-bbsHEADmaster
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..d2d107f
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN">
+<HTML lang="EN">
+<HEAD>
+<META content="text/html; charset=UTF-8" http-equiv="content-type">
+<META name="viewport" content="width=device-width, initial-scale=1.0">
+<LINK rel="icon" href="/static/favicon.ico" type="image/png">
+<TITLE>kiwi larp</TITLE>
+<LINK rel="stylesheet" href="/static/styles/about.css" type="text/css">
+</HEAD>
+<BODY>
+<div style="background:#222;border:1px solid #666;padding:8px;margin:10px 0;text-align:center;">
+ Best tilde to exist
+ <a href="https://catto.garden" target="_blank" rel="noopener noreferrer">
+ catto.garden
+ </a>
+</div>
+<H1>kiwi larp</H1>
+<HR>
+<P>an epic and cool textboard running on <a href="https://github.com/ryukinix/cl-bbs">cl-bbs </a> larp til you can't no more</P>
+<p> larping since 28/7/26 <br>
+irc on ==> irc.larp.nz :> <br>
+Follow <a href="https://bsky.app/profile/kawars.xyz">Bluesky account</a> or <a href="https://snac.larp.nz/chers/">My snac account </a> For updates and <a href="https://s.kawars.xyz/irc/"> IRC posting bot </a> <br>
+if you want a snac account message me on irc(chers) or xmpp(chersbobers@catto.garden)/chers@larp.nz <br>
+you can also get an xmpp account too <br>
+Thank you xenia for the name!
+
+
+<h1> RULES: </h1>
+<ul>
+1. Don't be a bigot (No homophobia, racisim, transphobia etc) <br>
+2. Don't post illegal content this servers at my grandmas house
+</ul>
+<PRE style="font-family: monospace; line-height: 1.0; letter-spacing: 0;">
+
+ ░░██ ░░██
+ ████ ████
+ ████▓▓████
+ ██ ██ ██
+ ██████
+ ████
+ ██████
+ ██████░░
+ ██████████
+ ██████████
+░░░░░░░░░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░
+░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░░░░
+░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░░░
+░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░
+
+</PRE>
+
+<H2>larpboards</H2>
+<UL>
+<!--BOARDS-LIST-PLACEHOLDER-->
+</UL>
+<DIV style="margin: 0.5em 2%; padding-bottom: 1em;">
+ <A href="/admin" style="text-decoration: none; font-weight: bold; padding: 6px 14px; border: 1px solid #882200; border-radius: 4px; background-color: #fff9f5; color: #882200; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: background-color 0.2s; display: inline-block;">Admin Moderation Panel</A>
+</DIV>
+
+<H2>larpy features</H2>
+<P>One newline is a line break (&lt;BR&gt;), two or more newlines will start a new paragraph.</P>
+<TABLE id="toggled-element" summary="Formatting help">
+<THEAD><TR><TH>input</TH><TH>output</TH></TR></THEAD>
+<TBODY><TR><TD><SAMP>**bold**</SAMP></TD><TD><B>bold</B></TD></TR>
+<TR><TD><SAMP>__italic__</SAMP></TD><TD><I>italic</I></TD></TR>
+<TR><TD><SAMP>`monospaced`</SAMP></TD><TD><CODE>monospaced</CODE></TD></TR>
+<TR><TD><SAMP>~~spoiler~~</SAMP></TD><TD><DEL>spoiler</DEL></TD></TR>
+<TR><TD><SAMP>http://c2.com</SAMP></TD><TD><A href="http://c2.com">http://c2.com</A></TD></TR>
+<TR><TD><SAMP>https://example.com/pic.png</SAMP></TD><TD>direct link auto-renders as clickable <B>image preview</B></TD></TR>
+<TR><TD><SAMP>image+https://example.com/anyurl</SAMP></TD><TD>prefix renders as clickable <B>image preview</B> for any image URL (even without standard extensions)</TD></TR>
+<TR><TD><SAMP>link to post &gt;&gt;7</SAMP></TD><TD>link to post <A href="#">&gt;&gt;7</A></TD></TR>
+<TR><TD><SAMP>&gt;quoted text</SAMP></TD><TD><BLOCKQUOTE><P>quoted text</P></BLOCKQUOTE></TD></TR>
+<TR><TD><KBD>```<BR>;;;This is a block of code<BR>(lambda (h)<BR>&nbsp;&nbsp;((lambda (f) (f f))<BR>&nbsp;&nbsp;&nbsp;(lambda (f) (h (lambda (x) ((f f) x))))))<BR>```</KBD></TD>
+<TD><PRE>;;;This is a block of code
+(lambda (h)
+ ((lambda (f) (f f))
+ (lambda (f) (h (lambda (x) ((f f) x))))))</PRE></TD></TR>
+<TR><TD><KBD>```lisp<BR>;;;Executable snippet<BR>(format t "Hello")<BR>```</KBD></TD>
+<TD><PRE class="lisp-code-block"><SPAN class=""><SPAN class="paren1">(<SPAN class="">format t <SPAN class="string">"Hello"</SPAN></SPAN>)</SPAN></SPAN></PRE><P style="font-size: 0.85em; font-style: italic;">Renders as a syntax-highlighted, client-side executable Common Lisp snippet via JSCL. You can also try out the <B>interactive Lisp Playground</B> by clicking the <B>λ</B> link in the navigation menu!</P></TD></TR>
+<TR><TD><KBD>Ctrl+Enter</KBD></TD><TD>In multiline inputs (post, reply, playground): submit or evaluate without leaving the keyboard.</TD></TR></TBODY></TABLE>
+
+<HR>
+<h1> all of this ^ was from the og site template </h1>
+<P style="font-size: 0.9em; text-align: center; margin-top: 3em; padding-top: 1.5em; border-top: 1px dashed #aaa;"><A href="/about" style="text-decoration: none; font-weight: bold; color: #882200;">About cl-bbs</A> | <A href="/rss" style="text-decoration: none; font-weight: bold; color: #882200;">RSS Feed</A></P>
+</BODY>
+</HTML>