mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
5 lines
118 B
HTML
5 lines
118 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<title>window one</title>
|
|
|
|
<div onclick="window.open('win2.html')">win2</div> |