-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstylesheets.php
30 lines (24 loc) · 1.71 KB
/
stylesheets.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!-- Bootstrap Core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Main stylesheet -->
<link href="../assets/css/hallooou.css" rel="stylesheet">
<!-- Color stylesheet -->
<!-- <link href="assets/css/colors.css" rel="stylesheet"> -->
<!-- <link href="assets/css/colors_2.css" rel="stylesheet"> -->
<!-- <link href="assets/css/colors_3.css" rel="stylesheet"> -->
<!-- <link href="assets/css/colors_4.css" rel="stylesheet"> -->
<!-- Plugin stylesheets -->
<link href="../assets/css/plugins/owl.carousel.css" rel="stylesheet">
<link href="../assets/css/plugins/owl.theme.css" rel="stylesheet">
<link href="../assets/css/plugins/owl.transitions.css" rel="stylesheet">
<link href="../assets/css/plugins/animate.css" rel="stylesheet">
<link href="../assets/css/plugins/magnific-popup.css" rel="stylesheet">
<link href="../assets/css/plugins/jquery.mb.YTPlayer.min.css" rel="stylesheet">
<link href="../css/custom.css" rel="stylesheet" type="text/css" media="screen" />
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:100,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>