feed-the-void/site-files/tmp.html
askiiart 01df9cc6dc
All checks were successful
continuous-integration/drone Build is passing
Actually works decently now
2024-01-02 23:26:36 -05:00

35 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="feed-the-void.png" type="image/icon">
<meta http-equiv="refresh" content="3" />
<title>F E E D T H E V O I D</title>
<link href="prism.min.css" rel="stylesheet" />
<link href="style.min.css" rel="stylesheet" />
</head>
<body class="line-numbers">
<h1 id="f-e-e-d-t-h-e-v-o-i-d">F E E D T H E V O I
D</h1>
<!-- Note that there's a zero-width space between the spaces so that all 3 render -->
<div class="sourceCode" id="cb1"><pre
class="language-sh"><code class="language-bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">dd</span> if=/dev/zero of=/dev/null status=progress</span></code></pre></div>
<div class="sourceCode" id="cb2"><pre
class="language-txt"><code class="language-default"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>output here</span></code></pre></div>
<figure>
<img src="feed-the-void.png"
alt="Useful Linux Tips: Run dd if=/dev/zero of=/dev/null to feed nothing to the void" />
<figcaption aria-hidden="true">Useful Linux Tips: Run dd
if=/dev/zero of=/dev/null to feed nothing to the
void</figcaption>
</figure>
<p style="font-size: 36px; text-align: center;">
<b>Witness the void consume zeroes for all eternity</b>
</p>
<script src="prism.js"></script>
</body>
<footer>
<p><a href="https://git.askiiart.net/askiiart/feed-the-void">code</a> | <b>this page refreshes every 3 seconds</b></p>
</footer>
</html>