From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- yhttpd-0.7.2/html/index.html | 27 +++++++++++++++++++++++ yhttpd-0.7.2/html/notfound.html | 12 +++++++++++ yhttpd-0.7.2/html/style.css | 48 +++++++++++++++++++++++++++++++++++++++++ yhttpd-0.7.2/html/test.cgi | 9 ++++++++ 4 files changed, 96 insertions(+) create mode 100755 yhttpd-0.7.2/html/index.html create mode 100755 yhttpd-0.7.2/html/notfound.html create mode 100755 yhttpd-0.7.2/html/style.css create mode 100755 yhttpd-0.7.2/html/test.cgi (limited to 'yhttpd-0.7.2/html') diff --git a/yhttpd-0.7.2/html/index.html b/yhttpd-0.7.2/html/index.html new file mode 100755 index 0000000..66dca39 --- /dev/null +++ b/yhttpd-0.7.2/html/index.html @@ -0,0 +1,27 @@ + + + + + + %%yhttpd.version%% + + + + + + + + + + + + + + +
%%yhttpd.version%%

%%INFO%%
 
+This is the demo website provided by yhttpd :-) +
+

+
yhttpd is OpenSource - get it at http://www.yChat.org
+ + diff --git a/yhttpd-0.7.2/html/notfound.html b/yhttpd-0.7.2/html/notfound.html new file mode 100755 index 0000000..a14d44b --- /dev/null +++ b/yhttpd-0.7.2/html/notfound.html @@ -0,0 +1,12 @@ + + + + + + %%HTML_TITLE_TAG_CONTENT%% + + + + Page not found. + + diff --git a/yhttpd-0.7.2/html/style.css b/yhttpd-0.7.2/html/style.css new file mode 100755 index 0000000..4b6d9ca --- /dev/null +++ b/yhttpd-0.7.2/html/style.css @@ -0,0 +1,48 @@ +body, div { + font-family: Verdana, Helvetica, sans-serif; + background-color: #000000; + color: #FFFFEF; + font-size: 11pt; +} + +input { + color: #000000; + font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + font-size: 9pt; + padding: 2px; +} + +input.text { + background-color: #FFFFEF; +} + +.fancy { + font-family: Verdana, Helvetica, sans-serif; + font-size: 9pt; + color: #FFFFEF; + padding: 2px; +} + +a:hover.fancy { + text-decoration: none; + color: #FFFFEF; + background-color: #000000; +} + +h1 { + background-color: #ffa500; + border: solid #000000 1px; + font-size: 20pt; + padding: 13px; + font-width: bold; +} + +body.stream { + background-color: #323232; +} + +.signature { + color: #AAAAAA; + font-size: 9pt; +} diff --git a/yhttpd-0.7.2/html/test.cgi b/yhttpd-0.7.2/html/test.cgi new file mode 100755 index 0000000..12b7f75 --- /dev/null +++ b/yhttpd-0.7.2/html/test.cgi @@ -0,0 +1,9 @@ +#!/usr/bin/perl -w + +use strict; + +print "\n"; +print "Hello World!\n"; +print "\n"; + + -- cgit v1.2.3