diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-18 19:06:03 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-11-18 19:06:03 -0800 |
| commit | 333ab8cb4de5161cca5c42b9ccb28198708850be (patch) | |
| tree | a6675fb3dec1bd89df7e0aa094064d34583a41a7 /share/frontend/imgrid/greatgrids/plain.html | |
| parent | 893c31e004891701c88ddeb585a925cec32a8f0e (diff) | |
still cleaning
Diffstat (limited to 'share/frontend/imgrid/greatgrids/plain.html')
| -rwxr-xr-x | share/frontend/imgrid/greatgrids/plain.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/share/frontend/imgrid/greatgrids/plain.html b/share/frontend/imgrid/greatgrids/plain.html deleted file mode 100755 index 829b45e..0000000 --- a/share/frontend/imgrid/greatgrids/plain.html +++ /dev/null @@ -1,28 +0,0 @@ -<html> -<head> -<title>GREAT GRIDS GALLERY</title> -<style type="text/css"></style> -</head> -<body> -<canvas id="example" width="200" height="200"> -This text is displayed if your browser does not support HTML5 Canvas. -</canvas> -<div id='error'> booji boy</div> -<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> -<script type="text/javascript"> - -var example = document.getElementById('example'); -var context = example.getContext('2d'); -context.fillStyle = "rgb(255,0,0)"; -context.fillRect(30, 30, 50, 50); - -$('canvas').hover(function() - { - var wonka = $(this).attr('id') - $('#error').html(wonka) - }); -</script> - - -</body> -</html> |
