diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-03-24 18:01:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-03-24 18:02:46 +0100 |
commit | 28a8cc66cda6c1861d16ef423fb2b5732a32cb58 (patch) | |
tree | c46252624da2b41dba5a4e8e750cd17c87a2c189 /data | |
parent | 60419db44fd130f3088889592a6857fa599adc2d (diff) | |
download | surf-display-28a8cc66cda6c1861d16ef423fb2b5732a32cb58.tar.gz surf-display-28a8cc66cda6c1861d16ef423fb2b5732a32cb58.tar.bz2 surf-display-28a8cc66cda6c1861d16ef423fb2b5732a32cb58.zip |
midori-display.html: Add intentionally left blank default Midori Display page.
Diffstat (limited to 'data')
-rw-r--r-- | data/midori-display.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/midori-display.html b/data/midori-display.html new file mode 100644 index 0000000..a5b80cc --- /dev/null +++ b/data/midori-display.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > +<title>This page intentionally left blank (default)</title> +<style type="text/css"> +<!-- +.tpilb{ position:absolute; right:2px; bottom:5px; width:240px; height:30px; } +body { background: #f0f0f0; } +div, a { font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #A9A9A9; } +a:link, a:visited, a:hover, a:active { text-decoration: none; } +--> +</style> +</head> +<body> +<div class="tpilb"> +Midori WWW Display: this test<br />page has been intentionally left blank +</div> + +</body> +</html> |