Created
February 22, 2014 04:08
-
-
Save yokotak0527/9148582 to your computer and use it in GitHub Desktop.
dmp3 template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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