Update simspuzzle.html

This commit is contained in:
j 2023-01-05 12:42:01 -08:00 committed by GitHub
parent 36a379878e
commit d261e223ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 1 deletions

View File

@ -1 +1,27 @@
<body><center><font face="Verdana"><h1>Complete the puzzle of Joseph Sims!</h1><br><a href="/maydo">Back to the May Do List</a><title>Sims Puzzle</title><br><iframe frameBorder="0" style="border: 0;width:100%;height:100%" src="https://im-a-puzzle.com/share/37aa3fc6700668d?embed=true&showAds=false&showNav=false&showSolve=false&showFooter=false"></iframe></body>
<body><center><font face="Verdana"><style>
.alert {
padding: 20px;
background-color: blue;
color: white;
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}
</style>
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
<strong>Complete the puzzle of our school!</strong> <a href="/maydo/">Back</a>
</div>
<title>Sims Puzzle</title><br><iframe frameBorder="0" style="border: 0;width:100%;height:100%" src="https://im-a-puzzle.com/share/37aa3fc6700668d?embed=true&showAds=false&showNav=false&showSolve=false&showFooter=false"></iframe></body>