Create vapapuzzle.html

This commit is contained in:
j 2023-01-12 11:22:28 -08:00 committed by GitHub
parent d86447cc38
commit 3c1120aed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
maydo/vapapuzzle.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 our VAPA Practice!</strong> <a href="/maydo/" class="test27">Back</a>
</div>
<title>VAPA Puzzle</title><br><iframe frameBorder="0" style="border: 0;width:100%;height:100%" src="https://im-a-puzzle.com/share/f9792f1a8ba8a09?embed=true&showAds=false&showNav=false&showSolve=false"></iframe></body>