Created
November 28, 2014 01:39
-
-
Save mgarciap/79ea46a022cb194b0d5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html class='cyan' dir='ltr'> | |
<head> | |
<meta charset='UTF-8'> | |
<meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1' /> | |
<title>Rubix WebApp :: Admin Template</title> | |
<meta name='author' content='SketchPixy, [email protected]'> | |
<meta name='description' content='Rubix Admin Template'> | |
<meta name='keywords' content='admin, template, wrapbootstrap, metro, modern, flat, responsive'> | |
<meta name='robots' content='index, follow'> | |
<meta name='viewport' content='width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no'> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<link rel='apple-touch-icon' sizes='57x57' href='/favicons/apple-touch-icon-57x57.png'> | |
<link rel='apple-touch-icon' sizes='114x114' href='/favicons/apple-touch-icon-114x114.png'> | |
<link rel='apple-touch-icon' sizes='72x72' href='/favicons/apple-touch-icon-72x72.png'> | |
<link rel='apple-touch-icon' sizes='144x144' href='/favicons/apple-touch-icon-144x144.png'> | |
<link rel='apple-touch-icon' sizes='60x60' href='/favicons/apple-touch-icon-60x60.png'> | |
<link rel='apple-touch-icon' sizes='120x120' href='/favicons/apple-touch-icon-120x120.png'> | |
<link rel='apple-touch-icon' sizes='76x76' href='/favicons/apple-touch-icon-76x76.png'> | |
<link rel='apple-touch-icon' sizes='152x152' href='/favicons/apple-touch-icon-152x152.png'> | |
<meta name='apple-mobile-web-app-title' content='Rubix'> | |
<link rel='icon' type='image/png' href='/favicons/favicon-196x196.png' sizes='196x196'> | |
<link rel='icon' type='image/png' href='/favicons/favicon-160x160.png' sizes='160x160'> | |
<link rel='icon' type='image/png' href='/favicons/favicon-96x96.png' sizes='96x96'> | |
<link rel='icon' type='image/png' href='/favicons/favicon-16x16.png' sizes='16x16'> | |
<link rel='icon' type='image/png' href='/favicons/favicon-32x32.png' sizes='32x32'> | |
<meta name='msapplication-TileColor' content='#E76049'> | |
<meta name='msapplication-TileImage' content='/mstile-144x144.png'> | |
<meta name='application-name' content='Rubix'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/vendor/pace/pace.css' /> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/vendor/perfect-scrollbar/perfect-scrollbar.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/vendor/morris/morris.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/js/vendor/codemirror/lib/codemirror.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/js/vendor/codemirror/theme/ambiance.css'> | |
<link media='screen,print' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/main-blessed1.css'> | |
<link media='screen,print' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/main.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/theme.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/colors-blessed1.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/colors.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/app/blessed/ltr/font-faces.css'> | |
<link media='screen' rel='stylesheet' type='text/css' href='/css/fonts/app/fonts.css'> | |
</head> | |
<body class='fade-out' data-version='1.0.1'> | |
<div id='pace-loader' class='pace-big'></div> | |
<div id='app-preloader'></div> | |
<div id='app-container'></div> | |
<div id='blueimp-gallery' class='blueimp-gallery blueimp-gallery-controls'> | |
<div class='slides'></div> | |
<h3 class='title'></h3> | |
<a class='prev'>‹</a> | |
<a class='next'>›</a> | |
<a class='close'>×</a> | |
<a class='play-pause'></a> | |
<ol class='indicator'></ol> | |
</div> | |
<script type='text/javascript' src='/js/vendor/pace/pace.js'></script> | |
<script type='text/javascript' src='/js/minified/external.min.js'></script> | |
<script type='text/javascript' src='/js/app/app.js'></script> | |
<!-- Included only for development --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment