diff options
author | jaseg <git@jaseg.de> | 2022-07-11 10:21:07 +0000 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-07-11 10:21:07 +0000 |
commit | 869fd09ad93c64a65b5d1f527ec295da940a26aa (patch) | |
tree | bc962fdae15d76997ef6f2dbe8543ac1c0cc99d6 /gerboweb/templates/index.html | |
parent | 00de98d5e3bc836715d04b7d8b8934389062f63d (diff) | |
download | gerbolyze-869fd09ad93c64a65b5d1f527ec295da940a26aa.tar.gz gerbolyze-869fd09ad93c64a65b5d1f527ec295da940a26aa.tar.bz2 gerbolyze-869fd09ad93c64a65b5d1f527ec295da940a26aa.zip |
gerboweb: fix deployment for new gerbolyzetsugi-dev
Diffstat (limited to 'gerboweb/templates/index.html')
-rw-r--r-- | gerboweb/templates/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gerboweb/templates/index.html b/gerboweb/templates/index.html index fd5d410..8a77233 100644 --- a/gerboweb/templates/index.html +++ b/gerboweb/templates/index.html @@ -6,6 +6,17 @@ <link rel="icon" type="image/png" href="{{url_for('static', filename='favicon-512.png')}}"> <link rel="apple-touch-icon" href="{{url_for('static', filename='favicon-512.png')}}"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> +<style> + +div.header { + background-image: url("{{url_for('static', filename='bg10.jpg')}}"); +} + +.sample-images > h1 { + background-image: url("{{url_for('static', filename='bg10.jpg')}}"); +} +</style> + </head> <body> <div class="layout-container"> @@ -110,7 +121,7 @@ {{overlay_form.csrf_token}} </form> <div class="form-controls"> - <div class="form-label upload-label">Upload Overlay PNG file:</div> + <div class="form-label upload-label">Upload Overlay SVG file:</div> <input class='upload-button' form="overlay-upload-form" name="upload_file" size="20" type="file"> </div> <div class="submit-buttons"> |