Add templates/home.html
This commit is contained in:
parent
8b8649c861
commit
da30f258a5
1 changed files with 17 additions and 0 deletions
17
templates/home.html
Normal file
17
templates/home.html
Normal 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>
|
Loading…
Add table
Reference in a new issue