Remove /unsubscribe from htaccess config
[blerg.git] / www / index.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 production -->
12 <script type="text/javascript" src="build/enyo-blerg.js"></script>
13 <link rel="stylesheet" href="build/enyo-blerg.css">
14 <link rel="stylesheet" href="css/blerg.css">
15 <link rel="shortcut icon" href="/favicon.ico">
16 <link rel="icon" type="image/gif" href="/favicon.ico">
17 <link rel="icon" sizes="125x122" href="/images/blerglogo.png">
18 <link rel="apple-touch-icon" href="/images/blerglogo.png">
19 </head>
20 <body>
21 <script type="text/javascript">
22 BlergMedia.media_init();
23 new blerg.Blerg().write();
24 </script>
25 <footer>
26 <a href="/doc/contact.html">Contact Blërg!</a>
27 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
28 </footer>
29 </body>
30 </html>