Skip to content

Instantly share code, notes, and snippets.

@gllist
Forked from pikhovkin/html_template.html
Created September 3, 2012 20:55
Show Gist options
  • Save gllist/3613429 to your computer and use it in GitHub Desktop.
Save gllist/3613429 to your computer and use it in GitHub Desktop.
HTML: Template
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title></title>
<link type="text/css" rel="stylesheet" href="">
<script type="text/javascript" src=""></script>
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment