Style moved

This commit is contained in:
Andrea Bianchi
2026-03-14 12:19:26 +09:00
parent c9853c3aa3
commit 0e58b35db7
2 changed files with 25 additions and 23 deletions

View File

@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<head>
<script src="js/p5.js"></script>
<script src="js/p5.dom.min.js"></script>
<script src="js/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" type="text/css" href="./assets/style.css" />
<meta charset="utf-8" />
</head>
</head>
<body>
<body>
<h1>Homework: Conway's Game of Life</h1>
<script src="main.js"></script>
@@ -24,5 +25,6 @@
<li><b>mouse drag</b> to add cells</li>
</ul>
</div>
</body>
</body>
</html>