-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-boilerplate.html
More file actions
87 lines (84 loc) · 4.63 KB
/
Copy pathdev-boilerplate.html
File metadata and controls
87 lines (84 loc) · 4.63 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page title -->
<title>VSDocs - most advanced documentation template on ThemeForest</title>
<!-- Page description -->
<meta name="description" content="">
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<!-- Include StyleSheets -->
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/custom.css"> -->
<script src="js/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="page"> </div>
<!-- inject:js -->
<script src="js/dev/libs/jquery.min.js"></script>
<script src="js/dev/libs/plugins/clipboard.min.js"></script>
<script src="js/dev/libs/plugins/jquery.animateNumbers.js"></script>
<script src="js/dev/libs/plugins/jquery.bpopup.js"></script>
<script src="js/dev/libs/plugins/jquery.equalHeight.js"></script>
<script src="js/dev/libs/plugins/jquery.event.move.js"></script>
<script src="js/dev/libs/plugins/jquery.fastLiveFilter.js"></script>
<script src="js/dev/libs/plugins/jquery.fitvids.js"></script>
<script src="js/dev/libs/plugins/jquery.form-validator.min.js"></script>
<script src="js/dev/libs/plugins/jquery.gifplayer.js"></script>
<script src="js/dev/libs/plugins/jquery.hoverIntent.js"></script>
<script src="js/dev/libs/plugins/jquery.instafilta.min.js"></script>
<script src="js/dev/libs/plugins/jquery.jscrollpane.min.js"></script>
<script src="js/dev/libs/plugins/jquery.morphext.min.js"></script>
<script src="js/dev/libs/plugins/jquery.mousewheel-3.0.6.min.js"></script>
<script src="js/dev/libs/plugins/jquery.nav.js"></script>
<script src="js/dev/libs/plugins/jquery.owl.carousel.min.js"></script>
<script src="js/dev/libs/plugins/jquery.placeholder.js"></script>
<script src="js/dev/libs/plugins/jquery.resmenu.js"></script>
<script src="js/dev/libs/plugins/jquery.sidr.min.js"></script>
<script src="js/dev/libs/plugins/jquery.slicknav.min.js"></script>
<script src="js/dev/libs/plugins/jquery.steps.min.js"></script>
<script src="js/dev/libs/plugins/jquery.superfish.min.js"></script>
<script src="js/dev/libs/plugins/jquery.supersubs.js"></script>
<script src="js/dev/libs/plugins/jquery.tendina.min.js"></script>
<script src="js/dev/libs/plugins/jquery.treeView.js"></script>
<script src="js/dev/libs/plugins/jquery.twentytwenty.js"></script>
<script src="js/dev/libs/plugins/jquery.ytv.js"></script>
<script src="js/dev/libs/plugins/prism.js"></script>
<script src="js/dev/libs/plugins/social-likes.min.js"></script>
<script src="js/dev/libs/plugins/video.js"></script>
<script src="js/dev/libs/plugins/videojs-bigvideo.js"></script>
<script src="js/dev/libs/plugins/videojs-playlist.js"></script>
<script src="js/dev/modules.js"></script>
<script src="js/dev/custom.js"></script>
<!-- endinject -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->
</body>
</html>