Files
cs157AOnlineBanking/index.html
dhurng a00b0cf1cd Create index.html
bootstrap framework for the front end. will blend with php
2014-10-19 15:13:45 -07:00

20 lines
570 B
HTML

<!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>