all repos — flounder @ 6255fb0a574a20fcb1fe198dd3f8ac9563b46123

A small site builder for the Gemini protocol

templates/emptyfolder.html (view raw)

 1<!DOCTYPE html>
 2<html lang="en">
 3  <head>
 4    <meta charset="utf-8" />
 5    <title>{{.PageTitle }}</title>
 6    <meta name="viewport" content="width=device-width" />
 7    <link rel="stylesheet" type="text/css" href="/style.css" />
 8  </head>
 9  <body>
10<main>
11{{range .Files}}
12{{end}}
13<br>
14<div class="footer">
15  Proxied from the original at <a href="gemini://{{.URI}}">gemini://{{.URI}}</a>  (<a href="https://admin.flounder.online/gemini.gmi">about Gemini</a>)</div>
16</main>
17</body>
18</html>