Skip to content

Commit

Permalink
Update quiz.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiBoGa authored Jan 11, 2024
1 parent e354da1 commit 1067d0f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>
<embed src="TheImpossibleQuiz.swf" width="700" height="600"> </embed>
<style> body {background-color: #000000 }</style>
<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="TheImpossibleQuiz.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 1067d0f

Please sign in to comment.