aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-10-04 11:49:29 +1200
committerDevine Lu Linvega <[email protected]>2018-10-04 11:49:29 +1200
commit20a2dc2817f34704776313a21ae48b0bb88ee04f (patch)
treec4ad844c2f1b87e81857b78104ecf7b726e80a08 /index.html
parent1af51d18b92ce35c766dcf383f0862db7c32bbe3 (diff)
downloadOrca-20a2dc2817f34704776313a21ae48b0bb88ee04f.tar.gz
Orca-20a2dc2817f34704776313a21ae48b0bb88ee04f.zip
Cleanup
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index b4d1101..614f799 100644
--- a/index.html
+++ b/index.html
@@ -46,12 +46,12 @@
</head>
<body>
<script>
- const pico = new Pico();
- pico.install();
- pico.start();
+ const pico = new Pico()
+ pico.install()
+ pico.start()
- const keyboard = new Keyboard();
- document.onkeydown = function(event){ keyboard.listen_onkeydown(event); };
+ const keyboard = new Keyboard()
+ document.onkeydown = function(event){ keyboard.listen_onkeydown(event); }
</script>
</body>
</html>