Update home.html
All checks were successful
Test web app / Check syntax (push) Successful in 24s
Test web app / Test server with Flask Dev Mode (push) Successful in 25s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 25s
Create Docker image (unstable) / deploy (push) Successful in 48s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 28s

This commit is contained in:
Nova Cat 2025-05-07 13:48:56 -07:00
parent 7eab772a0e
commit 52b811f03d

View file

@ -5,6 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<title>Gem2Browser</title>
<script>
function register() {
navigator.registerProtocolHandler("gemini","/gem?gemini=%s");
}
</script>
</head>
<body>
<center>
@ -22,6 +27,7 @@
<br>
<p><a href="/gencert.zip" rel=nofollow>Generate a certificate (download + load)</a></p>
<p><a href="/loadcert" rel=nofollow>Load an existing certificate</a></p>
<p><a href="javascript:register();">Register as gemini:// handler (Needs JS)</a></p>
<p><a href="https://git.swee.codes/swee/Gem2Browser">Source code for Gem2Browser</a></p>
</center>
</body>