/www/development.html
<!DOCTYPE html>
<!-- Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
     BSD-style license.  Please see the COPYING file for details.
  --> 
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0"/>

<title>Blërg!</title>
<!-- enyo dev -->
<script type="text/javascript" src="jssrc/enyo/enyo.js"></script>
<script type="text/javascript" src="jssrc/package.js"></script>

<link rel="stylesheet" href="css/blerg.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/gif" href="/favicon.ico">
<link rel="icon" sizes="125x122" href="/images/blerglogo.png">
<link rel="apple-touch-icon" href="/images/blerglogo.png">
</head>
<body>
<script type="text/javascript">
BlergMedia.media_init();
new blerg.Blerg().write();
</script>
<footer>
<a href="/doc/contact.html">Contact Blërg!</a>
<a href="/doc/privacy_data.html">Privacy and Data Policies</a>
</footer>
</body>
</html>