32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| doctype html
 | |
| html(lang='en')
 | |
| script(src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js")
 | |
| script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js")
 | |
| link(rel='stylesheet', href='/bower_components/font-awesome/css/font-awesome.min.css')
 | |
| link(rel='stylesheet', href='/css/main.css')
 | |
| link(rel='stylesheet', href='/css/Vimeo.css')
 | |
| 
 | |
| include partials/meta
 | |
| meta(charset='utf-8')
 | |
| meta(http-equiv='X-UA-Compatible', content='IE=edge')
 | |
| meta(name='viewport', content='width=device-width, initial-scale=1.0')
 | |
| meta(name='csrf-token', content=_csrf)
 | |
| script.
 | |
|     (function(i,s,o,g,r,a,m){ i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 | |
|         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 | |
|             m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 | |
|     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 | |
|     ga('create', 'UA-55446531-1', 'auto');
 | |
|     ga('require', 'displayfeatures');
 | |
|     ga('send', 'pageview');
 | |
| body.top-and-bottom-margins
 | |
|   include partials/navbar
 | |
|   .container
 | |
|     .row
 | |
|       .panel.panel-info
 | |
|         p redirecting you... please wait...
 | |
|   script.
 | |
|     setTimeout(function() {
 | |
|       window.location = 'http://freecodecamp.com'
 | |
|     }, 500);
 |