-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
75 lines (64 loc) · 4.43 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<!-- STYLESHEETS | uncomment as needed -->
<!-- <link rel="stylesheet" href="css/articlr.all.min.css"> --> <!-- All-in-one Articlr stylesheets -->
<link rel="stylesheet" href="css/articlr.core.min.css"> <!-- Grid system & Typography -->
<!-- <link rel="stylesheet" href="css/articlr.buttons.min.css"> --> <!-- Buttons -->
<!-- <link rel="stylesheet" href="css/articlr.tables.min.css"> --> <!-- Tables -->
<!-- <link rel="stylesheet" href="css/articlr.slider.min.css"> --> <!-- Image Slider -->
<!-- <link rel="stylesheet" href="css/articlr.maps.min.css"> --> <!-- Maps -->
<!-- <link rel="stylesheet" href="css/articlr.twitter.min.css"> --> <!-- Twitter feed -->
<!-- <link rel="stylesheet" href="css/articlr.forms.min.css"> --> <!-- Forms -->
<!-- <link rel="stylesheet" href="css/articlr.collapse.min.css"> --> <!-- Tabs & Collapsable content -->
<!-- <link rel="stylesheet" href="css/articlr.lightbox.min.css"> --> <!-- Light Box -->
<!-- <link rel="stylesheet" href="css/articlr.navbar.min.css"> --> <!-- Navbar -->
<link rel="stylesheet" href="css/main.css"> <!-- Your Styles -->
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300,300italic,400,700|Roboto+Slab:400,700|Droid+Serif:400italic|Ubuntu+Mono' rel='stylesheet' type='text/css'>
<!-- SCRIPTS | uncomment as needed -->
<!-- core -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <!-- hosted -->
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> <!-- hosted -->
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script> <!-- hosted -->
<!-- <script src="js/jquery-1.10.2.min.js"></script> --> <!-- local -->
<!-- <script src="js/modernizr-2.6.2.min.js"></script> --> <!-- local -->
<!-- <script src="js/respond.js"></script> --> <!-- local -->
<!-- tables -->
<!-- <script src="js/stupidtable.min.js"></script> --> <!-- local version only -->
<!-- slider -->
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/ResponsiveSlides.js/1.53/responsiveslides.min.js"></script> --> <!-- hosted -->
<!-- <script src="js/responsiveslides-1.53.min.js"></script> --> <!-- local -->
<!-- maps -->
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.6.4/leaflet.js"></script> --> <!-- hosted -->
<!-- <script src="js/leaflet-0.6.4.js"></script> --> <!-- local -->
<!-- <script src="js/leaflet-providers.js"></script> --> <!-- local version only -->
<!-- twitter -->
<!-- <script src="js/twitterFetcher_v10_min.js"></script> --> <!-- local version only -->
<!-- forms -->
<!-- <script src="js/jquery.icheck.min.js"></script> --> <!-- local version only -->
<!-- <script src="js/validate.min.js"></script> --> <!-- local version only -->
<!-- <script src="js/glDatePicker.min.js"></script> --> <!-- local version only -->
<!-- <script src="js/jquery.selectBox.js"></script> --> <!-- local version only -->
<!-- collapse -->
<!-- <script src="js/jquery.collapse.js"></script> --> <!-- local version only -->
<!-- lightbox -->
<!-- <script src="js/jquery.swipebox.min.js"></script> --> <!-- local version only -->
<!-- misc. -->
<script src="//cdnjs.cloudflare.com/ajax/libs/retina.js/1.0.1/retina.js"></script> <!-- hosted -->
<!-- <script src="js/retina.js"></script> --> <!-- local -->
<script src="js/helper.js"></script> <!-- local version only -->
<title>the title goes here</title>
</head>
<body>
<!--[if lt IE 8]><p class="browsehappy">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="wrap">
<h1 class="center-text">Hello World!</h1>
</div>
</body>
</html>