]> _ Git - fluidbook-html5.git/commitdiff
wip #6062
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Jun 2023 10:01:58 +0000 (12:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Jun 2023 10:01:58 +0000 (12:01 +0200)
_secure.html

index 0c673ef705207c1218b69c9bd04a46fff33cd79b..00597ecc77ac955049403744a5a32579a7d453fd 100644 (file)
@@ -23,7 +23,7 @@
             font-family: '$FONT', sans-serif;
             background-color: #fff;
             background-size: cover;
-            background-image: url('data/secure/$BACKGROUND_IMAGE');
+            background-image: url('$BACKGROUND_IMAGE');
             color: #000;
             display: flex;
             align-items: center;
@@ -93,7 +93,7 @@
 </head>
 <body>
 <main>
-    <img id="logo" src="data/secure/$LOGO">
+    <img id="logo" src="$LOGO">
     <h2>$FORM_TITLE</h2>
     <p>$FORM_TEXT</p>
     <p id="message"></p>