]>
Commit | Line | Data |
---|---|---|
89539330 BB |
1 | <!DOCTYPE HTML> |
2 | ||
3 | <html> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
a471062b | 6 | <meta charset="utf-8" /> |
c412c76b | 7 | <meta name="author" content="Rubén Beltrán del Río" /> |
89539330 | 8 | <meta name="description" content="{{ page.description }}" /> |
c412c76b | 9 | <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'> |
89539330 | 10 | <link rel="stylesheet" type="text/css" href="/css/application.css" /> |
66caffcb | 11 | <title>Unlimited 🍕 {{ page.title }}</title> |
41b6b50d | 12 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
f9e290d9 | 13 | <script src="https://cdn.firebase.com/js/client/1.0.21/firebase.js"></script> |
cebe2ef3 | 14 | |
41b6b50d BB |
15 | <script src="/js/vendor/neon/neon.js"></script> |
16 | <script src="/js/vendor/neon/stdlib/node_support.js"></script> | |
17 | <script src="/js/vendor/neon/stdlib/custom_event.js"></script> | |
18 | <script src="/js/vendor/neon/stdlib/custom_event_support.js"></script> | |
19 | <script src="/js/vendor/neon/stdlib/widget.js"></script> | |
20 | ||
cebe2ef3 BB |
21 | <script src="/js/vendor/recorderjs/recorder.js"></script> |
22 | <script src="/js/vendor/recorderjs/recorderWorker.js"></script> | |
23 | ||
bd7473dd BB |
24 | <!-- |
25 | /\ | |
26 | / O\ The Unlimited Pizza Family's Own Libraries | |
c412c76b | 27 | /O o \ * Melty Cheese: *DESTROYED, NEED NEW* |
bd7473dd | 28 | |______| * Pepperoni: Audio Recorder Widget |
c412c76b BB |
29 | * Tasty Crust: *RESTROYED, NEED NEW* |
30 | * Tomato Sauce: Random Telnet Renderer | |
bd7473dd | 31 | --> |
41b6b50d BB |
32 | <script src="js/unlimited_pizza.js"></script> |
33 | <script src="js/unlimited_pizza/melty_cheese.js"></script> | |
bd7473dd | 34 | <script src="js/unlimited_pizza/pepperoni.js"></script> |
89539330 BB |
35 | <script type="text/javascript"> |
36 | ||
41b6b50d BB |
37 | window.addEventListener('load', function () { |
38 | UnlimitedPizza.instance({ | |
39 | element : $('body') | |
40 | }).activate(); | |
41 | }); | |
42 | ||
89539330 | 43 | var _gaq = _gaq || []; |
aee89751 | 44 | _gaq.push(['_setAccount', 'UA-20018878-4']); |
89539330 BB |
45 | _gaq.push(['_trackPageview']); |
46 | ||
47 | (function() { | |
48 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
49 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
50 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
51 | })(); | |
52 | ||
53 | </script> | |
54 | </head> | |
55 | <body> | |
56 | <header> | |
57 | <a class="logo" href="/"><span>N, S o Vocal</span></a> | |
58 | </header> | |
23760dda BB |
59 | <div class="main-container"> |
60 | <section> | |
61 | {{ content }} | |
62 | </section> | |
89539330 BB |
63 | </div> |
64 | </body> | |
65 | </html> |