Skip to content

Instantly share code, notes, and snippets.

@marcusandre
Last active September 27, 2017 12:50
Show Gist options
  • Save marcusandre/7c0ac2481fa269ae5fa712f6c9be37ff to your computer and use it in GitHub Desktop.
Save marcusandre/7c0ac2481fa269ae5fa712f6c9be37ff to your computer and use it in GitHub Desktop.
html template
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0" />
<title>Template</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="template" />
<meta name="keywords" content="template" />
<link type="text/plain" rel="author" href="humans.txt" />
<!-- Assets -->
<link rel="stylesheet" href="bundle/bundle.css" />
<script src="main.js" defer></script>
</head>
<body>
<p>Template</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment