Guest User

Untitled

a guest
Sep 15th, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Custom Cellular Automata</title>
  7. <link rel="stylesheet" href="styles.css">
  8. </head>
  9. <body>
  10. <div id="grid"></div>
  11. <button onclick="nextGeneration()">Next Generation</button>
  12. <script src="script.js"></script>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment