2021-03-03 01:03:29 +09:00
|
|
|
doctype html
|
|
|
|
|
|
|
|
html
|
|
|
|
|
|
|
|
head
|
|
|
|
meta(charset='utf-8')
|
2022-07-19 11:00:45 +09:00
|
|
|
meta(name='application-name' content='Calckey')
|
2022-07-07 15:16:15 +09:00
|
|
|
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
2022-07-20 02:13:17 +09:00
|
|
|
title Calckey Cli
|
2021-03-03 01:03:29 +09:00
|
|
|
style
|
|
|
|
include ../cli.css
|
|
|
|
script
|
|
|
|
include ../cli.js
|
|
|
|
|
|
|
|
body
|
|
|
|
header
|
2022-07-19 12:34:06 +09:00
|
|
|
h1 Calckey Simple Client v#{version}
|
2021-03-03 01:03:29 +09:00
|
|
|
main
|
|
|
|
div#form
|
|
|
|
textarea#text
|
2022-07-07 13:01:34 +09:00
|
|
|
br
|
|
|
|
button#submit Post
|
2021-03-03 01:03:29 +09:00
|
|
|
div#tl
|