iceshrimp-legacy/packages/backend/src/server/web/views/cli.pug

24 lines
391 B
Plaintext
Raw Normal View History

2021-03-02 17:03:29 +01:00
doctype html
html
head
meta(charset='utf-8')
2023-07-20 18:36:48 +02:00
meta(name='application-name' content='Iceshrimp')
2022-07-07 08:16:15 +02:00
meta(name='viewport' content='width=device-width, initial-scale=1.0')
2023-07-20 18:36:48 +02:00
title Iceshrimp Cli
2021-03-02 17:03:29 +01:00
style
include ../cli.css
script
include ../cli.js
body
header
2023-07-20 18:36:48 +02:00
h1 Iceshrimp Simple Client v#{version}
2021-03-02 17:03:29 +01:00
main
div#form
textarea#text
2022-07-07 06:01:34 +02:00
br
button#submit Post
2021-03-02 17:03:29 +01:00
div#tl