-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrene-magritte.php
More file actions
20 lines (19 loc) · 812 Bytes
/
rene-magritte.php
File metadata and controls
20 lines (19 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Rene Magritte Frame</title>
</head>
<body onload="objHoverDiv = document.getElementById('id-hover-div');">
<img style="text-align: center;" alt="Rene Magritte Frame" width="464px" height="582px" src="./images/rene-magritte-frame.jpg" />
</body>
<script type="text/javascript">
/* ------------------------------------------
* ANTI-CLICK-JACKING
* ------------------------------------------ */
/* JavaScript framebuster anti-clickjacking defense
* for browsers older than IE 8 or Firefox 3.6
*/
//if (top.frames.length!=0)top.location=self.document.location;
</script>
</html>