Skip to content

Instantly share code, notes, and snippets.

@ldco2016
Created February 23, 2018 18:39
Show Gist options
  • Save ldco2016/d452bb25dc9f8ea0899584beb1a20adf to your computer and use it in GitHub Desktop.
Save ldco2016/d452bb25dc9f8ea0899584beb1a20adf to your computer and use it in GitHub Desktop.
the html file for responsive web design with Chase
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--[if lt IE 9]>
<script src="bower_components/html5shiv/dist/html5shiv.js"></script>
<![endif]-->
<title>Responsive Demo</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment