Last active
December 27, 2015 16:48
-
-
Save quawn/7357233 to your computer and use it in GitHub Desktop.
HTML: Quick Start
This file contains 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" /> | |
<title></title> | |
<!--[if IE]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<link href="reset.css" rel="stylesheet" type="text/css"> | |
<link href="style.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment