Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajspeaks authored Dec 23, 2021
1 parent bc0f0b3 commit 336615a
Show file tree
Hide file tree
Showing 3 changed files with 1,056 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bubble-shooter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter</title>
<script type='text/javascript' src='bubble-shooter.js'></script>
</head>

<body style="background-color:#0C242F;">

<canvas style="margin-left: 30%;" id="viewport" width="628" height="628"></canvas>
</body>

</html>
Loading

0 comments on commit 336615a

Please sign in to comment.