Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
 
+
<html>
 +
<style>
 +
.overlay {
 +
  background:transparent;
 +
  position:relative;
 +
  width:640px;
 +
  height:480px; /* your iframe height */
 +
  top:480px;  /* your iframe height */
 +
  margin-top:-480px;  /* your iframe height */
 +
}
 +
</style>
 +
<div class="overlay" onClick="style.pointerEvents='none'"></div>
 +
<iframe src="https://www.google.com/maps/d/embed?mid=11RyWeL3CvaPBksfuI04aU2C8hp7VUV_x&hl=en&ehbc=2E312F" width="100%" height="480">
 +
</iframe>
 +
</html>

Revision as of 14:11, 23 February 2022