Add home.html
This commit is contained in:
parent
d94bd6e3cc
commit
5423038611
1 changed files with 21 additions and 0 deletions
21
home.html
Normal file
21
home.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<title>Gem2Browser</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>Gem2Browser</h1>
|
||||
<form action="/gem">
|
||||
<p>gemini://<input class="input" value="geminiprotocol.net" type="text" name="gemini"></p><br>
|
||||
<input type="submit" class="go" value="Go!">
|
||||
</form><br>
|
||||
<p><a href="/gem?gemini=kennedy.gemi.dev/">Kennedy (search engine)</a></p>
|
||||
<p><a href="/gem?gemini=gemi.dev/cgi-bin/wp.cgi/">Gemipedia (Wikipedia frontend)</a></p>
|
||||
<br>
|
||||
<p><a href="https://git.swee.codes/swee/Gem2Browser">Check out the project</a></p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue