Fix loading of BlergMedia so it happens before it's needed
[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 <title>Blërg!</title>
8 <!-- enyo production -->
9 <script type="text/javascript" src="build/enyo-blerg.js"></script>
10 <link rel="stylesheet" href="build/enyo-blerg.css">
11 <link rel="stylesheet" href="css/blerg.css">
12 <meta http-equiv="content-type" content="text/html; charset=utf-8">
13 <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0"/>
14 </head>
15 <body>
16 <script type="text/javascript">
17 BlergMedia.media_init();
18 new blerg.Blerg().write();
19 </script>
20 <footer>
21 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
22 </footer>
23 </body>
24 </html>