summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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() {