Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ae10u authored Sep 20, 2023
1 parent 3b8e0e1 commit 5220414
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>Shot of Lightning</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>APCSA</h1>
</header>
<section id="content">
<canvas id="Lightning" data-processing-sources="Lightning.pde">
</canvas>
</section>
<footer>
Footer
Justin Pun
</footer>
</body>
</html>

0 comments on commit 5220414

Please sign in to comment.