Skip to content

Instantly share code, notes, and snippets.

@takahi5
Created March 17, 2019 13:06
<!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