mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 21:23:08 +02:00
22 lines
297 B
Text
22 lines
297 B
Text
|
doctype html
|
||
|
|
||
|
html
|
||
|
|
||
|
head
|
||
|
meta(charset='utf-8')
|
||
|
meta(name='application-name' content='Misskey')
|
||
|
title Misskey Cli
|
||
|
style
|
||
|
include ../cli.css
|
||
|
script
|
||
|
include ../cli.js
|
||
|
|
||
|
body
|
||
|
header
|
||
|
h1 Misskey Cli #{version}
|
||
|
main
|
||
|
div#form
|
||
|
textarea#text
|
||
|
button#submit submit
|
||
|
div#tl
|