Last active
September 14, 2020 02:58
Revisions
-
enjalot revised this gist
Sep 14, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ <div id="observablehq-37a6d8cf"> <div class="observablehq-viewof-enjalot"></div> </div> <script type="module"> import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js"; import define from "https://api.observablehq.com/@codingwithfire/deadline-timer.js?v=3"; (new Runtime).module(define, name => { if (name === "viewof enjalot") return Inspector.into("#observablehq-37a6d8cf .observablehq-viewof-enjalot")(); }); </script> -
enjalot created this gist
Sep 14, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ license: mit This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ Built with [blockbuilder.org](http://blockbuilder.org) forked from <a href='http://bl.ocks.org/enjalot/'>enjalot</a>'s block: <a href='http://bl.ocks.org/enjalot/4acc1bb1f1701fb2a23f544b6cfe1fac'>Coding With Fire: Deadline Timer</a> This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <div id="observablehq-6a319076"> <div class="observablehq-viewof-canvas2"></div> </div> <script type="module"> import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js"; import define from "https://api.observablehq.com/@codingwithfire/deadline-timer.js?v=3"; (new Runtime).module(define, name => { if (name === "viewof canvas2") return Inspector.into("#observablehq-6a319076 .observablehq-viewof-canvas2")(); }); </script>