mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
13 lines
373 B
PHP
13 lines
373 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link href="testIcon.svg" type="image/png" rel="icon">
|
|
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
|
|
<link href="domRectTest.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body id="iframeBody">
|
|
|
|
<?php include("domRectElements.part.html");?>
|
|
</body>
|
|
</html>
|