18 lines
774 B
HTML
18 lines
774 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>ImgurXP</title>
|
||
|
<link rel="stylesheet" href="/style.css" crossorigin="anonymous" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="header">
|
||
|
<a href="https://gitlab.com/blankX/imgurxp" style="text-decoration: none;">ImgurXP</a>
|
||
|
<br>
|
||
|
An alternative Imgur frontend written in C++
|
||
|
</div>
|
||
|
<p>To view an image or album, simply replace <code>imgur.com</code> with <code>imgurxp.zangestsu.animekaizoku.com</code>. For example: <code>https://imgur.com/a/jBrIW</code> gets turned into <code>https://imgurxp.zangetsu.animekaizoku.com/a/jBrIW</code></p>
|
||
|
</body>
|
||
|
</html>
|