2021-03-03 01:03:29 +09:00
|
|
|
doctype html
|
|
|
|
|
|
|
|
|
|
html
|
|
|
|
|
|
|
|
|
|
head
|
|
|
|
|
meta(charset='utf-8')
|
|
|
|
|
meta(name='application-name' content='Misskey')
|
|
|
|
|
title Misskey Cli
|
|
|
|
|
style
|
|
|
|
|
include ../cli.css
|
2023-07-29 07:26:34 +09:00
|
|
|
script(src=`/assets/cli.${version}.js`)
|
2021-03-03 01:03:29 +09:00
|
|
|
|
|
|
|
|
body
|
|
|
|
|
header
|
|
|
|
|
h1 Misskey Cli #{version}
|
|
|
|
|
main
|
|
|
|
|
div#form
|
|
|
|
|
textarea#text
|
|
|
|
|
button#submit submit
|
|
|
|
|
div#tl
|