testing ports

This commit is contained in:
Zakaria
2026-06-06 15:50:01 -04:00
parent a8e9fc6a6f
commit 15c3a0df80
+3 -3
View File
@@ -3,14 +3,14 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conway's Game of Life - For Sami</title> <title>Conway's Game of Life</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<header> <header>
<h1>Conway's Game of Life - for Sami</h1> <h1>Conway's Game of Life - for Sami </h1>
<p>A cellular automaton simulation</p> <p>A cellular automaton simulation with WebHook</p>
</header> </header>
<div class="stats-panel"> <div class="stats-panel">