width=device-width, initial-scale=1
This commit is contained in:
parent
5ca6425918
commit
9bebffc743
@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<title id="title"></title>
|
||||
<link rel="icon" type="image/svg" href="icon.svg">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
|
||||
@ -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/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/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/icon' -F "file=@icon.svg"
|
||||
#curl -s 'http://10.0.0.179/upload/icon' -F "file=@icon.svg"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user