www/index.html
Nicolas Paul 226a868bf2 Index
2025-04-27 15:29:43 +02:00

46 lines
979 B
HTML

<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>~nico</TITLE>
<META CHARSET="utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
<LINK REL="me" HREF="https://mastodon.puffer.fish/@nico">
<STYLE>
HTML {
margin: auto;
max-width: 57ch;
font-size: 14pt;
}
HEADER, FOOTER { text-align: center; }
IMG {
width: 100%;
height: auto;
}
</STYLE>
</HEAD>
<BODY>
<HEADER>
<H1 ID="nico">NICO</H1>
</HEADER>
<MAIN>
<P>
Hey, I want to be a system programmer.
I'm also available using electronic mails at <CODE><A HREF="mailto:n@nc0.fr">nico@puffer.fish</A></CODE>.
</P>
<!-- TODO(nico): blog on failure as a natural property of systems -->
<!-- TODO(nico): blog on extensibility and modding -->
<!-- TODO(nico): blog on the advantages of uniformity -->
</MAIN>
<FOOTER>
<P>&copy; 2025</P>
</FOOTER>
</BODY>
</HTML>