-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·39 lines (37 loc) · 1.58 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
<!doctype html>
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--><html><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>grunt template</title>
<link rel="stylesheet" href="assets/stylesheets/application.css">
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div class="container">
<h1>Heading 1</h1>
<p>
The quick, brown fox jumps over a lazy dog. <span>DJs flock by when MTV ax quiz prog.</span> Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs.
</p>
<h2>Heading 2</h2>
<p>
A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine.
</p>
<h2>Form</h2>
<label>
Text Input Label
<input type="text" class="text-input" value="Text input" size="30">
</label>
<label>
Textarea Label
<textarea cols="28" rows="5" class="textarea"></textarea>
</label>
<a href="#" class="button">Button <i class="fa fa-caret-right"></i></a>
</div>
<script src="assets/javascripts/app.min.js"></script>
</body>
</html>