Skip to content

Instantly share code, notes, and snippets.

@dajare
Forked from nathansmith/html5_template.html
Last active March 1, 2023 15:00
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 dajare/2859594 to your computer and use it in GitHub Desktop.
Save dajare/2859594 to your computer and use it in GitHub Desktop.
Simple HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>untitled</title>
<link rel="stylesheet" href="" />
</head>
<body>
<script src=""></script>
</body>
</html>
@dajare
Copy link
Author

dajare commented Jun 2, 2012

Just so I can find it again. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment