From 7ead5b7a9ea99a3e0f1459187b3262f7054f0126 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:18:08 +0000 Subject: --- html/blank.html | 4 ++++ html/favicon.ico | Bin 0 -> 2238 bytes html/frameset.html | 20 ++++++++++++++++++++ html/index.html | 32 ++++++++++++++++++++++++++++++++ html/input.html | 34 ++++++++++++++++++++++++++++++++++ html/notfound.html | 10 ++++++++++ html/online.html | 7 +++++++ html/stream.html | 30 ++++++++++++++++++++++++++++++ html/style.css | 11 +++++++++++ html/y_ani.gif | Bin 0 -> 35107 bytes html/y_black.gif | Bin 0 -> 61100 bytes 11 files changed, 148 insertions(+) create mode 100644 html/blank.html create mode 100644 html/favicon.ico create mode 100644 html/frameset.html create mode 100644 html/index.html create mode 100644 html/input.html create mode 100644 html/notfound.html create mode 100644 html/online.html create mode 100644 html/stream.html create mode 100644 html/style.css create mode 100644 html/y_ani.gif create mode 100644 html/y_black.gif (limited to 'html') diff --git a/html/blank.html b/html/blank.html new file mode 100644 index 0000000..4ddd1a7 --- /dev/null +++ b/html/blank.html @@ -0,0 +1,4 @@ + + + + diff --git a/html/favicon.ico b/html/favicon.ico new file mode 100644 index 0000000..4deafd5 Binary files /dev/null and b/html/favicon.ico differ diff --git a/html/frameset.html b/html/frameset.html new file mode 100644 index 0000000..fe6b973 --- /dev/null +++ b/html/frameset.html @@ -0,0 +1,20 @@ + + + + %%PGETITLE%% + + + + + Your browser does not support frames, + + + + + + + + + + + diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..7bc01b0 --- /dev/null +++ b/html/index.html @@ -0,0 +1,32 @@ + + + + %%PGETITLE%% + + + + + + + + + + + + + + + +
ychat%%PGETITLE%%
%%INFO%%
 
+Enter your nick: +
+ + + + +
+
+

+
yChat is OpenSource - get it at http://www.yChat.org
+ + diff --git a/html/input.html b/html/input.html new file mode 100644 index 0000000..a403d8e --- /dev/null +++ b/html/input.html @@ -0,0 +1,34 @@ + + + + %%PGETITLE%% + + + + + + +
+ + + + + + +
+ + diff --git a/html/notfound.html b/html/notfound.html new file mode 100644 index 0000000..574e341 --- /dev/null +++ b/html/notfound.html @@ -0,0 +1,10 @@ + + + + %%PGETITLE%% + + + + Page not found. + + diff --git a/html/online.html b/html/online.html new file mode 100644 index 0000000..aa14f8d --- /dev/null +++ b/html/online.html @@ -0,0 +1,7 @@ + + + + + %%MESSAGE%% + + diff --git a/html/stream.html b/html/stream.html new file mode 100644 index 0000000..6678069 --- /dev/null +++ b/html/stream.html @@ -0,0 +1,30 @@ + + + + %%PGETITLE%% + + + + + + Welcome to yChat %%nick%%! +
+
diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..e31bd7e --- /dev/null +++ b/html/style.css @@ -0,0 +1,11 @@ +BODY, TD { + font-family: Verdana, Helvetica, sans-serif; + font-size: 11pt; +} +A { + color: #dddddd; +} +.signature { + color: #dddddd; + font-size: 9pt; +} diff --git a/html/y_ani.gif b/html/y_ani.gif new file mode 100644 index 0000000..e730988 Binary files /dev/null and b/html/y_ani.gif differ diff --git a/html/y_black.gif b/html/y_black.gif new file mode 100644 index 0000000..06274c2 Binary files /dev/null and b/html/y_black.gif differ -- cgit v1.2.3