Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/index.html')
-rw-r--r--data/index.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/data/index.html b/data/index.html
new file mode 100644
index 0000000..8585dd0
--- /dev/null
+++ b/data/index.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<script type="text/javascript" language="JavaScript">
+<!--
+logos = new Array();
+logos = ['logo_white_01.png', 'logo_white_02.png', 'logo_white_03.png', 'logo_white_04.png', 'logo_white_05.png', 'logo_white_06.png', 'logo_white_07.png', 'logo_white_08.png', 'logo_white_09.png', 'logo_white_10.png', 'logo_white_11.png', 'logo_white_12.png'];
+link_colours = new Array();
+link_colours = ['link1', 'link2', 'link3', 'link4', 'link5', 'link6', 'link7', 'link8', 'link9', 'link10', 'link11', 'link12'];
+r = Math.round(Math.random() * 11);
+function logo_filename() {
+ return logos[r]
+}
+function link_colour() {
+ return link_colours[r]
+}
+-->
+</script>
+<style type="text/css">
+html { margin-right: 8px; margin-left: 8px; font-family: Helvetica, Arial, sans-serif;}
+.links-container { padding-bottom: 4px; padding-top: 4px; display: block; text-align: right;}
+.link1 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
+.link1:hover { color: white; background-color: #006e00;}
+.link2 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
+.link2:hover { color: white; background-color: #033cd2;}
+.link3 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
+.link3:hover { color: white; background-color: #006e00;}
+.link4 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
+.link4:hover { color: white; background-color: #033cd2;}
+.link5 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
+.link5:hover { color: white; background-color: #6e008c;}
+.link6 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #a00000;}
+.link6:hover { color: white; background-color: #a00000;}
+.link7 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
+.link7:hover { color: white; background-color: #033cd2;}
+.link8 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
+.link8:hover { color: white; background-color: #6e008c;}
+.link9 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #6e008c;}
+.link9:hover { color: white; background-color: #6e008c;}
+.link10 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
+.link10:hover { color: white; background-color: #033cd2;}
+.link11 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #006e00;}
+.link11:hover { color: white; background-color: #006e00; }
+.link12 { padding-bottom: 4px; padding-top: 4px; text-decoration: none; color: #033cd2;}
+.link12:hover { color: white; background-color: #033cd2;}
+</style>
+<title>Sugar Labs</title>
+<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
+<link rel="shortcut icon" href="favicon_01.png"/>
+</head>
+<body>
+<div class="links-container">
+<script type="text/javascript" language="JavaScript">
+<!--
+document.write("<a class=\"" + link_colour() + "\" href=\"http://www.sugarlabs.org/\">home</a> / <a class=\"" + link_colour() + "\" href=\"http://wiki.sugarlabs.org/\">wiki</a> / <a class=\"" + link_colour() + "\" href=\"http://dev.sugarlabs.org/\">bugs</a> / <a class=\"" + link_colour() + "\" href=\"http://schoolserver/\">school</a> / <a class=\"" + link_colour() + "\" href=\"http://activities.sugarlabs.org/\">activities</a>")
+-->
+</script>
+</div>
+<center>
+<script type="text/javascript" language="JavaScript">
+<!--
+document.write("<br/><br/><br/><a href=\"http://www.sugarlabs.org/\"><img src=\"")
+document.write(logo_filename())
+document.write("\" alt=\"Sugar Labs logo\" width=\"750\" height=\"250\" border=\"0\"/></a><br/><br/>")
+-->
+</script>
+<table border="0" cellspacing="0" cellpadding="0" width="700px"><tr>
+<td width="130px" align="center">
+<form action="http://google.com/search" name="f" target="_top">
+<input name="hl" type="hidden" value="en"/>
+<br/><br/><input maxlength="2048" name="q" size="35" title="Google Search" value=""/> <input name="btnG" type="submit" value="Google Search"/>
+</form>
+</td>
+</tr></table>
+</center>
+</body>
+</html> \ No newline at end of file