-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblank.html
executable file
·34 lines (26 loc) · 1.23 KB
/
blank.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
<!DOCTYPE html>
<html><head>
<title>HTML KickStart Elements</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all" /> <!-- KICKSTART -->
<link rel="stylesheet" type="text/css" href="style.css" media="all" /> <!-- CUSTOM STYLES -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script> <!-- KICKSTART -->
</head><body>
<div class="grid">
<!-- ===================================== END HEADER ===================================== -->
<!--
ADD YOUR HTML ELEMENTS HERE
Example: 2 Columns
-->
<div class="col_12" style="margin-top:100px;">
<h1 class="center">
<p><i class="icon-fire"></i></p>
This example is blank</h1>
<h4 style="color:#999;margin-bottom:40px;" class="center">Add some HTML KickStart Elements to see the magic happen</h4>
</div>
<!-- ===================================== START FOOTER ===================================== -->
</div><!-- END GRID-->
</body></html>