docker run <container-name>
docker ps -a
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
// script.js |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
// script.js |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
/* ---- */ |
// index.html | |
<p id="timer"> | |
00:00:00 | |
</p> | |
<button onClick="hangTheBrowser()"> | |
Hang the browser | |
</button> | |
<p id="message">Your message here</p> |
__SIZE__ = 125; | |
function getKite(size) { | |
for(let i=0; i<size; i++){ | |
let width = 0; | |
let str = ''; | |
let symbol = ''; | |
let space = 0; | |