Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
<html>
|
3 |
|
4 |
<head>
|
|
|
5 |
<title>TrustMark.js encoding & decoding watermarks</title>
|
6 |
<link rel="stylesheet" href="style.css">
|
7 |
<link rel="icon" href="favicon.svg">
|
@@ -28,7 +29,7 @@
|
|
28 |
<div id="image_container" class="display">
|
29 |
<div class="loader" id="processing"></div>
|
30 |
<div id="processing"></div>
|
31 |
-
<label for="upload" class="display_label" id="result"
|
32 |
<label for="upload" id="tooltip">
|
33 |
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
34 |
<path fill="#000"
|
@@ -64,7 +65,7 @@
|
|
64 |
</div>
|
65 |
<div class="display">
|
66 |
<div>
|
67 |
-
<label class="display_label"
|
68 |
<canvas id="residual_img" width="256" height="256"></canvas>
|
69 |
</div>
|
70 |
|
|
|
2 |
<html>
|
3 |
|
4 |
<head>
|
5 |
+
<meta charset="utf-8">
|
6 |
<title>TrustMark.js encoding & decoding watermarks</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
<link rel="icon" href="favicon.svg">
|
|
|
29 |
<div id="image_container" class="display">
|
30 |
<div class="loader" id="processing"></div>
|
31 |
<div id="processing"></div>
|
32 |
+
<label for="upload" class="display_label" id="result">Input Image</label>
|
33 |
<label for="upload" id="tooltip">
|
34 |
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
35 |
<path fill="#000"
|
|
|
65 |
</div>
|
66 |
<div class="display">
|
67 |
<div>
|
68 |
+
<label class="display_label">Residual (x10)</label>
|
69 |
<canvas id="residual_img" width="256" height="256"></canvas>
|
70 |
</div>
|
71 |
|