mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
12 lines
191 B
HTML
12 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Popup</title>
|
|
<script>
|
|
window.initialUserAgent = navigator.userAgent;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
I am a popup
|
|
</body>
|
|
</html>
|