Lange Spieker: verschil tussen versies

Uit De FNM-wiki
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 1: Regel 1:
<script>
<html>
<head>
  <style>
    body, html {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    #birdCanvas {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }
  </style>
</head>
<body>
  <canvas id="birdCanvas" width="2000" height="500"></canvas>
 
  <script>
   const canvas = document.getElementById("birdCanvas");
   const canvas = document.getElementById("birdCanvas");
   const ctx = canvas.getContext("2d");
   const ctx = canvas.getContext("2d");
Regel 88: Regel 108:
   animate();
   animate();
</script>
</script>
</body>
</html>

Versie van 31 jul 2025 20:28