This commit is contained in:
Nicolas Paul 2025-04-27 15:29:43 +02:00
commit 226a868bf2
2 changed files with 55 additions and 0 deletions

10
README Normal file
View file

@ -0,0 +1,10 @@
███ ██ ██ █████ ██████
████ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ████ ██ █████ ██████
Personal home of Nicolas on the World Wide Web at http://puffer.fish/~nico.
Copyright (c) 2025 Nicolas Paul. All rights reserved.

45
index.html Normal file
View file

@ -0,0 +1,45 @@
<!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>