remove trailing slash

This commit is contained in:
tezlm 2022-04-27 13:49:48 -07:00 committed by tezlm
parent 0000006b72
commit 00000074fc
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
</head>
<body lang="@lang">
<h1>@title</h1>
<span style="color: #888; font-size: 0.8em">size: @size - <a href="@url">source</a> - <a href="/read/">proxy</a></span>
<span style="color: #888; font-size: 0.8em">size: @size - <a href="@url">source</a> - <a href="/read">proxy</a></span>
<br />
@body
</body>

View file

@ -10,6 +10,6 @@
<body lang="en">
<h1>error!</h1>
<p>couldn't parse that page</p>
<a href="/read/">go back</a>
<a href="/read">go back</a>
</body>
</html>

View file

@ -10,7 +10,7 @@
<body lang="en">
<h1>readability proxy</h1>
<p>proxy a webpage and remove the junk - <a href="https://git.celery.eu.org/tezlm/readable/">sauce</a></p>
<form action="/read/">
<form action="/read">
<input type="url" name="url" placeholder="url">
<input type="submit" value="go">
</form>