Skip to content

Instantly share code, notes, and snippets.

@alexef
Created April 16, 2012 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexef/2401217 to your computer and use it in GitHub Desktop.
Save alexef/2401217 to your computer and use it in GitHub Desktop.
lists.rosedu.org
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="Description" content="ROSEdu is an organization based on a community formed by programming and open-source software enthusiasts, in the educational environment." />
<title>ROSEdu Mailing Lists</title>
<link rel="shortcut icon" href="http://rosedu.org/resources/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://rosedu.org/style.css" />
<script type="text/javascript" src="http://rosedu.org/resources/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://rosedu.org/resources/js/application.js"></script>
<script type="text/javascript" src="http://rosedu.org/resources/js/cufon-yui.js"></script>
<script type="text/javascript" src ="http://rosedu.org/resources/js/Cambria_400.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1, h2, h3');
Cufon.replace('#header-menu', {hover:true});
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<a href="/" id="logo-header"></a>
</div>
<div id="content">
<h1>Main Lists</h1>
<ul>
<li><strong>ROSEdu General</strong>
<p>Our main discussion list.</p>
</li>
<li><strong>ROSEdu Project</strong>
<p>TBD</p>
</li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment