48 lines
1.2 KiB
Handlebars
48 lines
1.2 KiB
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>rimgo</title>
|
|
|
|
{{> partials/head }}
|
|
|
|
<link rel="stylesheet" href="/static/css/frontpage.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
{{> partials/header }}
|
|
|
|
<main>
|
|
<p>An alternative frontend for Imgur. Based on <a href="https://codeberg.org/3np/rimgu">rimgu</a> and rewritten in Go.</p>
|
|
|
|
<p>It's read-only and works without JavaScript. Images and albums can be viewed without wasting resources from downloading and running tracking scripts. No sign-up nags.</p>
|
|
|
|
<h3>Try it!</h3>
|
|
|
|
<ul>
|
|
<li><a href="/a/H8M4rcp">Album</a></li>
|
|
<li><a href="/gallery/gYiQLWy">Gallery</a></li>
|
|
<li><a href="/gallery/cTRwaJU">Video</a></li>
|
|
</ul>
|
|
|
|
<h2>Features</h2>
|
|
|
|
<ul>
|
|
<li>URL-compatible with i.imgur.com - just replace the domain in the URL</li>
|
|
<li>Images and videos (gifv, mp4)</li>
|
|
<li>Albums</li>
|
|
<li>Streaming</li>
|
|
<li>Pretty CSS styling (responsive!)</li>
|
|
<li>Logo</li>
|
|
</ul>
|
|
|
|
<h2>Usage</h2>
|
|
|
|
<p>Just replace imgur.com or i.imgur.com with <code>{{domain}}</code>! You can setup automatic redirects using <a href="https://github.com/libredirect/libredirect">LibRedirect</a>.</p>
|
|
</main>
|
|
|
|
{{> partials/footer }}
|
|
</body>
|
|
|
|
</html> |