Difference between revisions of "Willkommen"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | <div id='tags'> | ||
{{#ask: [[tag::+]] | {{#ask: [[tag::+]] | ||
|mainlabel=- | |mainlabel=- | ||
| Line 5: | Line 6: | ||
|headers=hide | |headers=hide | ||
}} | }} | ||
| + | </div> | ||
| + | <html> | ||
| + | <div id="myCanvasContainer"> | ||
| + | <canvas width="300" height="300" id="myCanvas"> | ||
| + | <p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p> | ||
| + | </canvas> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | window.onload = function() { | ||
| + | try { | ||
| + | TagCanvas.Start('myCanvas','tags'); | ||
| + | } catch(e) { | ||
| + | // something went wrong, hide the canvas container | ||
| + | document.getElementById('myCanvasContainer').style.display = 'none'; | ||
| + | } | ||
| + | }; | ||
| + | </script> | ||
| + | </html> | ||
[[File:Willkommen.png|600px|center]] | [[File:Willkommen.png|600px|center]] | ||
[[Category:frontend]] | [[Category:frontend]] | ||