Created
September 15, 2014 07:55
-
-
Save cahnory/1bbc11e6e3c2af11b3b2 to your computer and use it in GitHub Desktop.
Empty HTML5 doc
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="fr-FR" dir="ltr"> | |
<head> | |
<title>Untitled HTML5 document</title> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<!--[if lt IE 9]><script src="assets/libs/html5shiv/html5shiv-prev3.7.2.js"></script><![endif]--> | |
<link rel="stylesheet" href="assets/main.css" /> | |
</head> | |
<body> | |
Hello world. | |
<script src="assets/main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment