Skip to content

Instantly share code, notes, and snippets.

@mauricerenck
Last active January 23, 2017 11:16
Show Gist options
  • Save mauricerenck/80222d1e93e0e2045a4f to your computer and use it in GitHub Desktop.
Save mauricerenck/80222d1e93e0e2045a4f to your computer and use it in GitHub Desktop.
[html] html5 template
<!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