Created
June 30, 2017 10:00
-
-
Save tjunghans/01bcfe228b2b2eb8ad3e41bb9b7b4c21 to your computer and use it in GitHub Desktop.
HTML Template
This file contains 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="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