💾 Archived View for thingvellir.net › toys › lawndart › index.html captured on 2023-03-20 at 17:54:46.
-=-=-=-=-=-=-
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Lawn Dart — thingvellir.net</title> <meta name="referrer" content="no-referrer"> <meta name="viewport" width="device-width" initial-scale="1.0"> <meta name="robots" content="index, follow"> <link rel="stylesheet" href="/style.css"> <link rel="icon" href="/favicon.png"> </head> <style> canvas { image-rendering: pixelated; } </style> </head> <body onload="init();"> <h1>Lawn Dart</h1> <canvas id="fb" width="320" height="240" tabindex="1"> This game requires HTML5 canvas support and JavaScript. </canvas> <audio preload="" src="land.ogg" id="snd-land"></audio> <audio preload="" src="stab.ogg" id="snd-stab"></audio> <script src="index.js"></script> <p> You're a lawn dart and you're going to exact revenge for being recalled from toy stores. Use I to jump and J and L to move left and right.</p> </body> </html>