width=device-width, initial-scale=1

This commit is contained in:
Patrick Haßel 2025-09-04 14:27:25 +02:00
parent 5ca6425918
commit 9bebffc743
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<head> <head>
<title id="title"></title> <title id="title"></title>
<link rel="icon" type="image/svg" href="icon.svg"> <link rel="icon" type="image/svg" href="icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
body { body {
font-family: sans-serif; font-family: sans-serif;

View File

@ -6,7 +6,9 @@ minify index.html | sed 's|http://10.42.0.204||g' > index.html.min || exit 2
#curl -s 'http://10.42.0.204/upload/index' -F "file=@index.html.min" #curl -s 'http://10.42.0.204/upload/index' -F "file=@index.html.min"
#curl -s 'http://10.42.0.204/upload/icon' -F "file=@icon.svg" #curl -s 'http://10.42.0.204/upload/icon' -F "file=@icon.svg"
#curl -s 'http://10.0.0.178/upload/index' -F "file=@index.html.min" #curl -s 'http://10.0.0.178/upload/index' -F "file=@index.html.min"
#curl -s 'http://10.0.0.178/upload/icon' -F "file=@icon.svg" #curl -s 'http://10.0.0.178/upload/icon' -F "file=@icon.svg"
curl -s 'http://10.0.0.179/upload/index' -F "file=@index.html.min" curl -s 'http://10.0.0.179/upload/index' -F "file=@index.html.min"
curl -s 'http://10.0.0.179/upload/icon' -F "file=@icon.svg" #curl -s 'http://10.0.0.179/upload/icon' -F "file=@icon.svg"