parent
7e93319873
commit
5e9cc09fcb
11 changed files with 271 additions and 5 deletions
21
src/server/web/views/cli.pug
Normal file
21
src/server/web/views/cli.pug
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue