mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 16:31:53 +02:00
22 lines
299 B
HTML
22 lines
299 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>iframe3</title>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>iframe3</h1>
|
|
|
|
<script src="../get-size.js"></script>
|
|
<script>
|
|
window.onload = function() {
|
|
getSize( document.querySelector('h1') );
|
|
};
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|