mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
11 lines
161 B
HTML
11 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Popup test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.open('./popup.html');
|
|
</script>
|
|
</body>
|
|
</html>
|