summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/web/views/cli.pug
blob: b2dcf3025ab64f185ffc0d6d25d554f71ae6a94b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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