Skip to content

Instantly share code, notes, and snippets.

@yokotak0527
Created February 22, 2014 04:08
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 yokotak0527/9148582 to your computer and use it in GitHub Desktop.
Save yokotak0527/9148582 to your computer and use it in GitHub Desktop.
dmp3 template
<!doctype html>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<title>DmP03 template</title>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<script>
// ここにコードを書きましょう!
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment