Add page title, add "how to copy"

This commit is contained in:
magmaus3 2023-07-25 16:27:12 +02:00
parent 4b39876a7d
commit 7c894840f2
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title></title> <title>infohash ↔ base64</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<script> <script>
@ -154,6 +154,9 @@
background-color: rgba(255,255,255, 0.2); background-color: rgba(255,255,255, 0.2);
} }
a { color: cyan; text-decoration: none;} a { color: cyan; text-decoration: none;}
ul > li {
margin-bottom: 1em;
}
#about, .noscript { #about, .noscript {
display: block; display: block;
max-width: 40rem; max-width: 40rem;
@ -207,6 +210,25 @@
<p>This work is free. You can redistribute it and/or modify it under the <p>This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2, terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.</p> as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.</p>
<h3>How to copy</h3>
<ul>
<li>
On Firefox/Chromium:
<ol>
<li>Right-click on the page</li>
<li>Select <i>Save Page as...</i> or <i>Save as...</i> (or simillar option)</li>
<li>Choose file type as <i>HTML Only</i></li>
<li>Profit!</li>
</ol>
</li>
<li>
Using git:
<ol>
<li><code>git clone https://codeberg.org/magmaus3/infohash2base64</code></li>
<li>Profit!</li>
</ol>
</li>
</ul>
</div> </div>
</main> </main>
</body> </body>