Skip to content

Commit 73ed337

Browse files
committed
Change title
1 parent 9c9282b commit 73ed337

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fullscreen-proxy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104

105105
if (!targetUrl) {
106106
showMessage(
107-
'<h1>Missing or invalid URL</h1>' +
107+
'<h1>Fullscreen proxy</h1>' +
108+
'<p>This page allows you to view a website in fullscreen mode on limited or locked down devices.</p>' +
108109
'<p>Open this page with a <code>?url=</code> query parameter containing an <code>http://</code> or <code>https://</code> URL.</p>' +
109110
'<p>Example: <code>?url=https://example.com</code></p>'
110111
);

0 commit comments

Comments
 (0)