testing ports
This commit is contained in:
+2
-2
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user