Last active
September 27, 2017 12:50
-
-
Save marcusandre/7c0ac2481fa269ae5fa712f6c9be37ff to your computer and use it in GitHub Desktop.
html 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 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