Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TullyE committed Sep 5, 2024
1 parent a182321 commit 5294b10
Show file tree
Hide file tree
Showing 3 changed files with 10,245 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Balloon Project By TullyE </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>Balloon Project Project</h1>
</header>
<section id="content">
<canvas id="BalloonProject" data-processing-sources="Balloon.pde BalloonProjects.pde">
</canvas>
</section>
<footer>
Thanks for viewing!
</footer>
</body>
</html>
Loading

0 comments on commit 5294b10

Please sign in to comment.