imgin/imgmine/web/gallery.html

26 lines
1.0 KiB
HTML
Raw Normal View History

2021-10-03 00:56:33 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charself="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>imgmine - minimal & private imgur proxy</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📷</text></svg>">
<link rel="stylesheet" href="/static/theme.css">
</head>
<body>
% for img in imgs:
<img src="{{img}}" loading="lazy">
<br>
% end
<footer>
<small>
This website does not claim ownership of any media.
<br>This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
<br>Abusive images should be reported to imgur. This website does not create new images/comments.
2021-10-03 01:03:57 +00:00
<br>Do not use this service to facilitate scraping or as an image CDN.
2021-10-03 00:56:33 +00:00
</small>
</footer>
</body>
</html>