Style moved
This commit is contained in:
12
index.html
12
index.html
@@ -1,15 +1,16 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<script src="js/p5.js"></script>
|
<script src="js/p5.js"></script>
|
||||||
<script src="js/p5.dom.min.js"></script>
|
<script src="js/p5.dom.min.js"></script>
|
||||||
<script src="js/p5.sound.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" />
|
<meta charset="utf-8" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Homework: Conway's Game of Life</h1>
|
<h1>Homework: Conway's Game of Life</h1>
|
||||||
<script src="main.js"></script>
|
<script src="main.js"></script>
|
||||||
|
|
||||||
@@ -24,5 +25,6 @@
|
|||||||
<li><b>mouse drag</b> to add cells</li>
|
<li><b>mouse drag</b> to add cells</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user