Skip to content

Instantly share code, notes, and snippets.

@takahi5
Created March 17, 2019 13:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save takahi5/6efb9e6c11177ac7579e7190e9a5dfa3 to your computer and use it in GitHub Desktop.
<!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