Skip to content

Instantly share code, notes, and snippets.

@philippgeisler
Created September 10, 2014 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippgeisler/a35599c80b935222b9ab to your computer and use it in GitHub Desktop.
Save philippgeisler/a35599c80b935222b9ab to your computer and use it in GitHub Desktop.
HTML5 bare minimum starting point
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="">
<script src=""></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment