Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
breadsticker1 authored Oct 31, 2023
1 parent 71ab7a6 commit 0fda6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Title</title>
<title>Chemotaxis</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<script src="processing.js"></script>
</head>
<body>
<header>
<h1>Headline</h1>
<h1>Chemotaxis</h1>
</header>
<section id="content">
<canvas id="Chemotaxis" data-processing-sources="Chemotaxis.pde">
</canvas>
</section>
<footer>
Footer
Chemotaxis
</footer>
</body>
</html>

0 comments on commit 0fda6aa

Please sign in to comment.