Create timmypuzzle.html

This commit is contained in:
j 2023-01-05 12:48:01 -08:00 committed by GitHub
parent ce38716344
commit b8056e7ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
maydo/timmypuzzle.html Normal file
View File

@ -0,0 +1,33 @@
<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;
}
.test27 {
color: red;
}
.closebtn:hover {
color: black;
}
</style>
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
<strong>Complete the puzzle of Timmy!</strong> <a href="/maydo/" class="test27">Back</a>
</div>
<title>Timmy Puzzle</title><br><iframe frameBorder="0" style="border: 0;width:100%;height:100%" src="https://im-a-puzzle.com/share/e774f99fd463ff5?embed=true&showAds=false&showNav=false&showSolve=false"></iframe></body>