mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-23 11:08:13 +09:00
24 lines
385 B
Plaintext
24 lines
385 B
Plaintext
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='application-name' content='Calckey')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
|
title Calckey Cli
|
|
style
|
|
include ../cli.css
|
|
script
|
|
include ../cli.js
|
|
|
|
body
|
|
header
|
|
h1 Calckey Simple Client v#{version}
|
|
main
|
|
div#form
|
|
textarea#text
|
|
br
|
|
button#submit Post
|
|
div#tl
|