Add templates/home.html

This commit is contained in:
Nova Cat 2025-01-12 21:45:44 -08:00
parent 8b8649c861
commit da30f258a5

17
templates/home.html Normal file
View file

@ -0,0 +1,17 @@
<!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>
<form>
<p style="font-size: 15pt;">gemini://<input class="input" value="geminiprotocol.net" type="text"></p><br>
<input type="submit" value="Go!">
</form>
</center>
</body>
</html>