fieldset they legend
This commit is contained in:
parent
b4b48ff2a3
commit
4dce38be4d
1 changed files with 7 additions and 6 deletions
13
index.html
13
index.html
|
@ -28,12 +28,13 @@
|
||||||
<a href="https://blog.slonk.ing/"><strong>my blog</strong></a>
|
<a href="https://blog.slonk.ing/"><strong>my blog</strong></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="motd">message of the day</h2>
|
<fieldset id="motd">
|
||||||
|
<legend>message of the day</legend>
|
||||||
<p>
|
<p>
|
||||||
who decided that the maximum character length for a password on android is 16? this
|
who decided that the maximum character length for a password on android would be
|
||||||
is why i can't trust my phone with my ssh keys and stuff. damn.
|
16? this is why i can't trust my phone with my ssh keys and stuff. damn.
|
||||||
</p>
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<h2 id="about">about</h2>
|
<h2 id="about">about</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue