Created
February 23, 2018 18:39
-
-
Save ldco2016/d452bb25dc9f8ea0899584beb1a20adf to your computer and use it in GitHub Desktop.
the html file for responsive web design with Chase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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