mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-24 03:28:11 +09:00
23 lines
313 B
Plaintext
23 lines
313 B
Plaintext
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 Simple Client v#{version}
|
|
main
|
|
div#form
|
|
textarea#text
|
|
br
|
|
button#submit Post
|
|
div#tl
|