Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -14,6 +14,7 @@
|
|
14 |
<style id='classic-theme-styles-inline-css' type='text/css'>
|
15 |
body {
|
16 |
font-family: 'Poppins', sans-serif;
|
|
|
17 |
}
|
18 |
|
19 |
#banner{
|
@@ -329,8 +330,8 @@
|
|
329 |
</div>
|
330 |
</div>
|
331 |
|
332 |
-
<p style="font-size:80%;color:#888"
|
333 |
-
<p style="font-size:80%;color:#888"
|
334 |
|
335 |
<script src="jsnew_image-upscaler.js"></script>
|
336 |
<script src="js_aes.js"></script>
|
|
|
14 |
<style id='classic-theme-styles-inline-css' type='text/css'>
|
15 |
body {
|
16 |
font-family: 'Poppins', sans-serif;
|
17 |
+
background-color:#333;
|
18 |
}
|
19 |
|
20 |
#banner{
|
|
|
330 |
</div>
|
331 |
</div>
|
332 |
|
333 |
+
<p style="font-size:80%;color:#888";text-align:center;>Based on the Qoc Upscaler by free-videoconverter.net - Kudos, guys! Great Software, horrible interface.</p>
|
334 |
+
<p style="font-size:80%;color:#888";text-align:center;>Removed some size limitation warnings, added automatic download on render finish - and the "Nu Image" Button now is a Droptarget for images.</p>
|
335 |
|
336 |
<script src="jsnew_image-upscaler.js"></script>
|
337 |
<script src="js_aes.js"></script>
|