vibed-webchat/views/index.dt
Jonathan Harker 04d90b7c7a Test vibe.d initial commit.
- Now ready for tutorial section: "Incremental updates"
2016-02-05 16:07:25 +13:00

15 lines
380 B
Text

doctype html
html
head
title Welcome to Webchat
body
h1 Welcome to Webchat
p Choose a chatroom:
form(action="/room", method="GET")
p
label(for="room") Chat room:
input#room(name="room", type="text", autofocus="true")
p
label(for="nick") Your Name:
input#nick(name="nick", type="text")
button(type="submit") Go