Test header Lorem ipsum dolor sit amet
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
test grad
Sen tidigare finns ROT och Grön teknik-avdrag som bidrag för energieffektivisering av din villa. ROT-avdraget täcker det mesta sett till renoveringar men för vissa saker så installationer av laddbox till elbil, solceller och batteri finns det ett ker förmånligt avdrag som kallas Grön teknik-avdraget.
SHORT BOLD RICH TEXT
Bookaing for quote number: [QUOTE NUMBER INPUT FROM URL]
Book the handy man at the time slot that suits you in the calender.
<!DOCTYPE html> <html lang="sv"> <head> <meta charset="UTF-8"> <title>Spikspel</title> </head> <body> <canvas id="canvas" width="500" height="500"></canvas> <script> var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d");var spikar = []; for (var i = 0; i < 6; i++) { spikar.push(new Spik(canvas, Math.floor(Math.random() * canvas.width), Math.floor(Math.random() * canvas.height))); } var hammare = new Hammare(canvas); var timer = setInterval(function() { for (var i = 0; i < spikar.length; i++) { spikar[i].hoppa(); } if (hammare.kollision(spikar[0])) { spikar.splice(0, 1); } if (spikar.length == 0) { clearInterval(timer); } }, 1000 / 60); function Spik(canvas, x, y) { this.x = x; this.y = y; this.vy = Math.random() * 10; this.height = 20; this.width = 20; this.rita() { ctx.fillStyle = "black"; ctx.fillRect(this.x, this.y, this.width, this.height); } this.hoppa() { this.y += this.vy; if (this.y > canvas.height) { this.y = 0; } } } function Hammare(canvas) { this.x = canvas.width / 2; this.y = canvas.height - 50; this.height = 50; this.width = 50; this.rita() { ctx.fillStyle = "red"; ctx.fillRect(this.x, this.y, this.width, this.height); } this.kollision(spik) { return this.x > spik.x - this.width / 2 && this.x < spik.x + spik.width / 2 && this.y > spik.y - this.height / 2 && this.y < spik.y + spik.height / 2; } }
</script> </body> </html>
spikspel
Test Rich text
Mobile and desktop
Children Tab
Some overlay text
Mobile
fdsfdsfsd
Desktop
No images
test5