Current section
Files
Jump to
Current section
Files
priv/assets/popup/popup.html
<!DOCTYPE html>
<html>
<head>
<title>Popup</title>
<script>
window.initialUserAgent = navigator.userAgent;
</script>
</head>
<body>
I am a popup
</body>
</html>