Created
March 17, 2019 13:06
-
-
Save takahi5/6efb9e6c11177ac7579e7190e9a5dfa3 to your computer and use it in GitHub Desktop.
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> | |
<head> | |
<base target="_top"> | |
</head> | |
<body> | |
<b>🎊消化タスク🎊<br> | |
<br> | |
<? for (var j=0; j < tasks.length; j++) {?> | |
☑ <?=tasks[j].title?><br> | |
<? } ?> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment