diff options
Diffstat (limited to 'views/index.pug')
-rw-r--r-- | views/index.pug | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/views/index.pug b/views/index.pug index 3d63b9a..acee1dd 100644 --- a/views/index.pug +++ b/views/index.pug @@ -1,5 +1,16 @@ extends layout block content - h1= title - p Welcome to #{title} + header + i.nes-icon + h1 Texx + p Decentralized and encrypted communication + section.nes-container.with-title + h2.title Chat Window + .containers + form.form.nes-container.with-title + .field + label(for='incoming') + textarea#incoming.nes-textarea + button(type=submit).nes-btn.is-primary Submit + pre#outgoing.nes-container.with-title |