Create index.html

bootstrap framework for the front end. will blend with php
This commit is contained in:
dhurng
2014-10-19 15:13:45 -07:00
parent a812142e4d
commit a00b0cf1cd

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class ="container">
<h1>Hello, world!</h1>
</div>
</body>
</html>