diff --git a/print/start.py b/print/start.py index db30c1c..c384abc 100644 --- a/print/start.py +++ b/print/start.py @@ -49,7 +49,7 @@ def check(): def index(): return flask.render_template('index.html') -@APP.route('/print/', methods=['GET', 'POST']) +@APP.route('/southexplorer/', methods=['GET', 'POST']) def print(): txt_normal = request.args.get('normal', '') txt_big = request.args.get('big', '') diff --git a/print/static/stylesheet.css b/print/static/stylesheet.css index c69cad0..225142f 100644 --- a/print/static/stylesheet.css +++ b/print/static/stylesheet.css @@ -40,4 +40,10 @@ textarea#big{ font-size: 72px; line-height: 1; word-break: break-all; -} \ No newline at end of file +} + +@media only screen and (max-width: 600px) { + body { + background-color: lightblue; + } +} diff --git a/print/templates/print.html b/print/templates/print.html index 5cea897..c7a4665 100644 --- a/print/templates/print.html +++ b/print/templates/print.html @@ -4,12 +4,13 @@ TeleVex (print) +

print, printed

- +

Plain Text Printing Point (ASCII only)