Skip to content

Commit

Permalink
add impossible quiz 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiBoGa authored Jan 11, 2024
1 parent 1067d0f commit 239684a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions quiz2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

<!DOCTYPE html>


<head>
<title>
The Impossible Quiz
</title>

</head>
<body>

<style> body {background-color: #000000 }</style>
<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="theimpossiblequiz2.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 239684a

Please sign in to comment.