Skip to content

Instantly share code, notes, and snippets.

@tjunghans
Created June 30, 2017 10:00
Show Gist options
  • Save tjunghans/01bcfe228b2b2eb8ad3e41bb9b7b4c21 to your computer and use it in GitHub Desktop.
Save tjunghans/01bcfe228b2b2eb8ad3e41bb9b7b4c21 to your computer and use it in GitHub Desktop.
HTML Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="author" content="Thomas Junghans">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment