Remove /unsubscribe from htaccess config
[blerg.git] / www / development.html
1 <!DOCTYPE html>
2 <!-- Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
3      BSD-style license.  Please see the COPYING file for details.
4   --> 
5 <html>
6 <head>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8">
8 <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0"/>
9
10 <title>Blërg!</title>
11 <!-- enyo dev -->
12 <script type="text/javascript" src="jssrc/enyo/enyo.js"></script>
13 <script type="text/javascript" src="jssrc/package.js"></script>
14
15 <link rel="stylesheet" href="css/blerg.css">
16 <link rel="shortcut icon" href="/favicon.ico">
17 <link rel="icon" type="image/gif" href="/favicon.ico">
18 <link rel="icon" sizes="125x122" href="/images/blerglogo.png">
19 <link rel="apple-touch-icon" href="/images/blerglogo.png">
20 </head>
21 <body>
22 <script type="text/javascript">
23 BlergMedia.media_init();
24 new blerg.Blerg().write();
25 </script>
26 <footer>
27 <a href="/doc/contact.html">Contact Blërg!</a>
28 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
29 </footer>
30 </body>
31 </html>