-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathst-head.php
More file actions
24 lines (19 loc) · 1.17 KB
/
st-head.php
File metadata and controls
24 lines (19 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/bootstrap.min.css">
<!-- Customizable CSS -->
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/style.css">
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/colors/green.css">
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/owl.carousel.css">
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/owl.transitions.css">
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/animate.min.css">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<!-- Icons/Glyphs -->
<link rel="stylesheet" href="<?php echo $BaseFolder; ?>/assets/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="shortcut icon" href="<?php echo $BaseFolder; ?>/assets/images/favicon.ico">
<!-- HTML5 elements and media queries Support for IE8 : HTML5 shim and Respond.js -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->