Skip to content

Instantly share code, notes, and snippets.

View aahedi's full-sized avatar

aahedi

  • Indonesia, Malaysia
View GitHub Profile
@aahedi
aahedi / index.html
Created October 12, 2018 02:16
Staccato
<html>
<body style='overflow: hidden;'>
<div style='z-index: -1; position: absolute; top: 0; left: 0'>
<canvas id='canvas'></canvas>
</div>
<span id='menu' style='display:;'>
<input type = 'button' value = 'Start' onclick = 'start();' />
<input type = 'button' value = 'Stop' onclick = 'stop();' />
<input type = 'button' value = 'Options' onclick = 'options();' />
</span>
alert('hedi');