-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathassets.php
More file actions
executable file
·22 lines (22 loc) · 1.22 KB
/
assets.php
File metadata and controls
executable file
·22 lines (22 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta name="format-detection" Gasolinecontent="telephone=no">
<meta http-equiv="x-rim-auto-match" content="none">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="author" content="Georgia Motorcoach" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://georgiamotorcoach.com/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/daterangepicker.css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fonts.css" rel="stylesheet" />
<link href="slick/slick.css" rel="stylesheet" />
<link rel="stylesheet" href="css/faqEngine.css?version=3">
<link href="css/style.css?version=14" rel="stylesheet" />
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/date-format.js"></script>
<script type="text/javascript" src="slick/slick.min.js"></script>
<script src="js/modernizr.js"></script>
<script type="text/javascript" src="js/moment.min.js"></script>
<script type="text/javascript" src="js/daterangepicker.js"></script>