mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>iframe4</title>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>iframe4</h1>
|
||||
|
||||
<script>
|
||||
var p = document.createElement('p');
|
||||
alert( getComputedStyle( p, null ) );
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user