mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 05:01:53 +02:00
21 lines
246 B
HTML
21 lines
246 B
HTML
|
<!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>
|