summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/images.html
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home/anon/www/images.html')
-rw-r--r--Base/home/anon/www/images.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/Base/home/anon/www/images.html b/Base/home/anon/www/images.html
deleted file mode 100644
index 928169a9b1..0000000000
--- a/Base/home/anon/www/images.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<title>Pretty pictures!</title>
-</head>
-<body>
- <center>
- <h1>Look, pictures!</h1>
- <img alt="serenity logo (squished)" src="file:///res/icons/serenity.png" width="40" height="40" />
- <img alt="serenity logo (normal)" src="file:///res/icons/serenity.png" width="64" height="64" />
- <img alt="serenity logo (stretched)" src="file:///res/icons/serenity.png" width="100" height="100" />
- <img alt="serenity logo (unspecified size)" src="file:///res/icons/serenity.png" />
-
- <h1>Look, not pictures!</h1>
- <img alt="invalid path (64x64)" src="file:///res/icons/file-does-not-exist.png" width="64" height="64" />
- <img alt="invalid path (100x100)" src="file:///res/icons/file-does-not-exist.png" width="100" height="100" />
- <img alt="invalid path (unspecified size)" src="file:///res/icons/file-does-not-exist.png" />
- <img src="file:///res/icons/file-does-not-exist.png" />
- </center>
-</body>
-</html>