Return the status of token removal in auth_logout
[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 <title>Blërg!</title>
8 <!-- enyo dev -->
9 <script type="text/javascript" src="jssrc/enyo/enyo.js"></script>
10 <script type="text/javascript" src="jssrc/package.js"></script>
11
12 <link rel="stylesheet" href="css/blerg.css">
13 <meta http-equiv="content-type" content="text/html; charset=utf-8">
14 <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0"/>
15 </head>
16 <body>
17 <script type="text/javascript">
18 BlergMedia.media_init();
19 new blerg.Blerg().write();
20 </script>
21 <footer>
22 <a href="/doc/contact.html">Contact Blërg!</a>
23 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
24 </footer>
25 </body>
26 </html>