2025-01-12 21:45:44 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel="stylesheet" href="https://swee.codes/style.css">
|
|
|
|
<title>Gem2Browser</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<center>
|
|
|
|
<h1>Gem2Browser</h1>
|
2025-01-12 21:52:54 -08:00
|
|
|
<form action="/gem">
|
|
|
|
<p style="font-size: 15pt;">gemini://<input class="input" value="geminiprotocol.net" type="text" name="gemini"></p><br>
|
2025-01-12 21:45:44 -08:00
|
|
|
<input type="submit" value="Go!">
|
|
|
|
</form>
|
|
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html>
|