blob: 0fc5bb22638b851437ba05e79760ab64f8682b64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<script>
console.log("Hello from child");
</script>
</body>
</html>
|