marisa/example/templates/upload.html
dev 03ca7cb287 Move example site and config into its own directory
git-svn-id: file:///srv/svn/repo/marisa/trunk@50 d6811dac-2434-b64a-9ddc-f563ab233461
2021-10-20 20:37:21 +00:00

23 lines
478 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="z3bra">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="/partage.css" />
<link rel="icon" type="image/ico" href="/favicon.ico" />
<title>Partage</title>
</head>
<body>
<header>
<img id="logo" src="/partage.png" />
<h1>partage</h1>
</header>
<ul>
{{range .Links}}
<li><a href="{{.}}">{{.}}</a></li>
{{end}}
</ul>
</body>
</html>