-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
75 lines (39 loc) · 1.36 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Grunt HTML Boiler | v1.0.0 | PRODUCTION</title>
<meta name="description" content="A starting point for Grunt.js HTML projects/repositories.">
<link rel="stylesheet" href="http://mhulse.github.io/grunt-html-boiler/prod/1.0.0/20160221/1/styles/ghb.min.css">
</head>
<body>
<header role="banner">
<h1><a href="https://github.com/mhulse/grunt-html-boiler">Grunt HTML Boiler: A starting point for Grunt.js HTML projects/repositories.</a></h1>
</header>
<main role="main">
<section>
<h1>PRODUCTION</h1>
<img src="http://mhulse.github.io/grunt-html-boiler/prod/1.0.0/20160221/1/images/grunt-logo.svg">
<hr>
<p class="test">This is a <code>.test</code> test.</p>
</section>
</main>
<hr>
<footer role="contentinfo">
<a
class="twitter-timeline"
href="https://twitter.com/gruntjs"
data-widget-id="412449818275901440"
data-screen-name="gruntjs"
width="100%"
height="650px"
>
Tweets by @gruntjs
</a>
<hr>
<p><a href="https://github.com/mhulse/grunt-html-boiler">Fork this shizzle</a> on <a href="https://github.com/">GitHub-izzle</a>.</p>
</footer>
<script src="http://mhulse.github.io/grunt-html-boiler/prod/1.0.0/20160221/1/scripts/ghb.min.js"></script>
</body>
</html>