summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-13 00:30:39 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-13 00:30:39 -0300
commit17233cae6e9aa2b24453f6438324b4af71359b17 (patch)
tree8a35e03ec064b59b2faa8b18b16d5bdc859e5ec6
parent664f28009be26a02639325951445b84f523fc3a0 (diff)
Add an icon to demo
-rw-r--r--src/bin/testserver-demo.rs10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/bin/testserver-demo.rs b/src/bin/testserver-demo.rs
index 74ea752..447607f 100644
--- a/src/bin/testserver-demo.rs
+++ b/src/bin/testserver-demo.rs
@@ -16,13 +16,14 @@
static DEMO: &'static str =
r###"!<arch>
-page.xhtml.t/ 0 0 0 644 663 `
+page.xhtml.t/ 0 0 0 644 724 `
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="icon" type="image/png", href="/icon/icon.png" />
<title>Testserver Demo</title>
</head>
<body>
@@ -36,8 +37,11 @@ page.xhtml.t/ 0 0 0 644 663 `
</footer>
</body>
</html>
-
-
+icon.a/ 0 0 0 644 190 `
+!<arch>
+icon.png.b/ 0 0 0 644 122 `
+iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQAAAAA3iMLMAAAAH0lEQVR4nGP4/59hbyPD3L1QtBaG
+tsLQThgCKvv/HwAu9hd9OeN5mQAAAABJRU5ErkJggg==
"###;
fn main() {