Compare commits

..

No commits in common. "4a115a51ee9612a4c7bc4ab5005ce6b39f19b67c" and "1da6b149a0958d524745aa608d844e3130ebbadf" have entirely different histories.

145 changed files with 94 additions and 276 deletions

View file

@ -1,15 +0,0 @@
echo -n 'marc' | sha256sum | cut --characters 1-56
._openpgpkey IN OPENPGPKEY (
gpg --armor --export 1DBD5EC4BADA5579 | grep --invert-match '\(^$\|-\)' | tr --delete '\n'
)
gpg --export-options export-dane --export 1DBD5EC4BADA5579 | tr --delete '\t'
hash-slinger
openpgpkey --create marc@beninca.link \
| grep --invert-match '^;' \
| awk '{print $4}' \
| base64 --decode \
| gpg --list-packets

View file

@ -1,261 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Brief description of page.">
<meta name="keywords" content="keyword, wordkey">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title.</title>
<link rel="stylesheet" href="style/main.css">
<script defer src="script/debug.js"></script>
</head>
<body>
<!-- headers -->
<header id="debug">
</header>
<header>
<img src="images/logo.svg" alt="Logo of the website.">
<nav aria-label="Main navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="some.html">Some</a></li>
<li><a href="other.html">Other</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<!-- main -->
<main>
<article>
<!-- Comment. -->
<h1>This is some long root heading</h1>
<div class="sectionless">
<p><span class="thing">It</span> is <strong>important</strong>.</p>
<p>Oh yeah, <em>sure</em></p>
</div>
<hr>
<progress max="100" value="66">Ongoing</progress>
<hr>
<div class="columns">
<div>
First column to describe the associated
image of a debian landscape debanner.
</div>
<div>
<img src="images/debanner.jpeg" alt="Debian banner.">
</div>
</div>
<div class="wrapper">
<section>
<h2>A Heading</h2>
<ol>Ordered:
<li>Some item</li>
<li>Another item</li>
</ol>
<p>Another paragraph.</p>
</section>
<section>
<h2><span class="thing">Another</span> Heading</h2>
<ul>Unordered:
<li>Some item</li>
<li>Another item</li>
</ul>
<time>Time.</time>
</section>
<section>
<h2>Yet Another Heading</h2>
<h3>Sub Heading</h3>
<p>
1________11________21________31________41<br>
Yet another paragraph that is quite a bit longer than others.
</p>
</section>
</div>
<a href="#debug">#debug</a>
<a href="relative/destination">Go elsewhere…</a>
<abbr title="HTML">HyperText Markup Language</abbr>
<address>
<p>Street</p>
<p>Town</p>
</address>
<blockquote>
<p>Life is like golf.</p>
<cite>Unknown</cite>
</blockquote>
<dl>
<dt>something</dt>
<dd>its description</dd>
<dt>another thing</dt>
<dd>yet another description</dd>
</dl>
<figure>
<!-- or audio or video -->
<img src="rel/dest" alt="figure/image">
<figcaption>Caption for the figure.</figcaption>
</figure>
<form action="/route" method="POST">
<!--
<button type="button" onclick="f()">Hit!</button>
<button type="submit">Send!</button>
<fieldset>
<legend>Caption</legend>
elements…
</fieldset>
<label>Label for checkbox
<input value="" name="cb" type="checkbox" placeholder="Checkbox" required>
</label>
<label>Label for date
<input value="" name="dt" type="date" placeholder="Date" required>
</label>
<label>Label for email
<input value="" name="em" type="email" placeholder="Email" required>
</label>
<label>Label for file
<input value="" name="fl" type="file" placeholder="File" required>
</label>
<label>Label for number
<input value="" name="nb" type="number" placeholder="Number" required>
</label>
<label>Label for password
<input value="" name="pw" type="password" placeholder="Password" required>
</label>
<label>Label for radio
<input value="" name="rd" type="radio" placeholder="Radio" required>
</label>
<label>Label for text
<input value="" name="tt" type="text" placeholder="Text" required>
</label>
<select name="" required>
<option value="1">First</option>
<option value="2" selected>Second</option>
</select>
<textarea name="ta" cols="80" rows="8" maxlength="640" required>
Text
</textarea>
-->
</form>
<kbd>kbd</kbd>
<p><dfn>Def</dfn>Definition</p>
<pre>
This is multiline,
respecting non-br lf.
</pre>
<table>
<caption>Total table</caption>
<thead>
<tr>
<th />
<th>th</th>
<th>th</th>
</tr>
</thead>
<tbody>
<tr>
<th>th</th>
<td>td</td>
<td>td</td>
</tr>
<tr>
<th>th</th>
<td>td</td>
<td>td</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>gross total</th>
<td>td</td>
<td>td</td>
</tr>
<tr>
<th>net total</th>
<td>td</td>
<td>td</td>
</tr>
</tfoot>
</table>
<time datetime="2025-01-01">First 2025 day</time>
<time datetime="PT1H30M">Hour and half</time>
<ul>
<li><strong>strong</strong></li>
<li><em>em</em></li>
<li><sub>sub</sub></li>
<li><sup>sup</sup></li>
<li><mark>mark</mark></li>
<li><del>del</del></li>
<li><ins>ins</ins></li>
</ul>
<audio controls>
<source src="rel/dest">
KO audio
</audio>
<video controls>
<source src="rel/dest">
KO video
</video>
</article>
</main>
<!-- aside -->
<aside>
Related.
</aside>
<aside>
Related.
</aside>
<!-- footers -->
<footer>
<nav aria-label="Extra navigation">
<ul>
<li><a href="legal.html">Legal</a></li>
<li><a href="misc.html">Misc</a></li>
</ul>
</nav>
</footer>
<!-- </> -->
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more