Skip to content

Instantly share code, notes, and snippets.

@estabij
Last active January 1, 2016 11:09
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 estabij/8135962 to your computer and use it in GitHub Desktop.
Save estabij/8135962 to your computer and use it in GitHub Desktop.
html5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>hello world</title>
<link href="_css/style.css" rel="stylesheet" type="text/css">
<script src="_scripts/script.js"></script>
</head>
<body>
<p>hello world</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment