Skip to content

Commit

Permalink
Create papawing.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CBGamesdev committed Jan 16, 2024
1 parent 9ba086e commit 03b2801
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions papawing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

<!DOCTYPE html>


<head>
<title>
Chili Bowl Games Secret Ruffle Stash
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>
<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="papawing.swf" width="700" height="600"> </embed>
<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">

</div>

</div>


<script src="ruffle.js"></script>

</body>
</html>

0 comments on commit 03b2801

Please sign in to comment.