Last active
January 23, 2017 11:16
-
-
Save mauricerenck/80222d1e93e0e2045a4f to your computer and use it in GitHub Desktop.
[html] html5 template
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="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1"> | |
<title></title> | |
<link href="assets/css/style.css" rel="stylesheet" media="screen"> | |
</head> | |
<body> | |
<h1>Hallo World!</h1> | |
<script src="http://code.jquery.com/jquery-latest.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment