egirlskey/packages/backend/src/server/web/views/cli.pug

22 lines
297 B
Plaintext

doctype html
html
head
meta(charset='utf-8')
meta(name='application-name' content='Sharkey')
title Sharkey Cli
style
include ../cli.css
script
include ../cli.js
body
header
h1 Sharkey Cli #{version}
main
div#form
textarea#text
button#submit submit
div#tl