aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/index.pug
blob: 9afc2b3ddc5ee2a60385485f0802529fca561bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
extends layout

block content
    header
        i.nes-icon
        h1 Texx
        p Decentralized and encrypted communication
    section.nes-container.with-title
        h2.title Chat Window
        .containers
            pre#incoming.nes-container.with-title
        .form.nes-container.with-title
            .field
                label(for='message') Message
                textarea#message.nes-textarea
            button#message_form.nes-btn.is-primary(type=submit) Submit
        .nes-container.with-title
            .field
                label(for='user_id') Your friend's ID
                input#user_id.nes-input
            button#user_id_form.nes-btn.is-primary(type=submit) Submit