You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
742 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shrt</title>
<link rel="stylesheet" type="text/css" href="/css/app.css" \>
</head>
<body>
<main id="main">
<div id="container">
<h1>{{.Title}}</h1>
<form id="shorten" action="./shorten" method="post">
<input type="url" name="url" placeholder="http(s)://" required="" autofocus value="{{if .Body}} {{.Body}} {{end}}">
<button class="button" type="submit" name="submit" value="short">Kürzen</button>
</form>
</div>
</main>
<footer id="footer">
<a href="https://git.calyrium.org/kreativmonkey/shrt">
<picture>
<source srcset="/img/github.svg" type="image/svg+xml">
<img src="/img/github.png" alt="Github" />
</picture>
</a>
</footer>
</body>
</html>