Last active
September 16, 2015 08:09
-
-
Save DavidGangel/1b1ca4ef39ea37e5fc9d 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
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<!-- Web Fonts --> | |
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin"> | |
<!-- CSS Global Compulsory --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/bootstrap.min.css" type="text/css"> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/style.css" type="text/css"> | |
<!-- CSS Header --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/header/header-v6.css" type="text/css"> | |
<!-- CSS Footer --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/footer/footer-v3.css" type="text/css"> | |
<!-- CSS Implementing Plugins --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/plugins/animate.css" type="text/css"> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/plugins/line-icons/line-icons.css" type="text/css"> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/plugins/font-awesome/css/font-awesome.min.css" type="text/css"> | |
<!-- CSS Theme --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/theme-skin/dark.css" type="text/css" id="style_color"> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/theme-color/aqua.css" type="text/css"> | |
<!-- CSS Pricing theme --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/prices/page_pricing.css"> | |
<!-- CSS Customization --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/custom.css" type="text/css"> | |
<base href="/"> | |
<!-- Global javascript librarys need for Angular2 --> | |
<script type="text/javascript" src="/skins/jspm_packages/system.src.js"></script> | |
<script type="text/javascript" src="/skins/config.js"></script> | |
</head> | |
<body class="header-fixed header-fixed-space"> | |
<skins> | |
</skins> | |
<script> | |
System.config({ baseUrl: '/skins' }); | |
System.import('dist/bootstrap.js'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment