Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created May 13, 2011 02:49
Show Gist options
  • Save Takazudo/969881 to your computer and use it in GitHub Desktop.
Save Takazudo/969881 to your computer and use it in GitHub Desktop.
<!-- title: emptyhtmltemplate -->
<!doctype html>
<html class="no-js" lang="ja">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="scripts.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment