A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/static/src/chat.md

6.2 KiB

layout
page

New Message

Your name is displayed alongside your message.

            Your name+secret is used to generate your userID, which is also
            displayed alongside your message.

            Other users can validate two messages are from the same person
            by comparing the messages' userID.
        </p>
    </div>
</div>
<div class="row">
    <div class="columns twelve">
        <textarea
            style="font-family: monospace"
            id="appendBody"
            class="u-full-width"
            placeholder="Well thought out statement goes here..."
            ></textarea>
    </div>
</div>
<div class="row">
    <div class="columns four">
        <input class="u-full-width button-primary" id="appendSubmit" type="button" value="Submit" />
    </div>
</div>
<span id="appendStatus"></span>