mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
12 lines
168 B
HTML
12 lines
168 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
Refreshed document!
|
|
<script>
|
|
top.postMessage("refreshed", "*");
|
|
</script>
|
|
</body>
|
|
</html>
|