update greeting message

This commit is contained in:
Paul-Nicolas Madelaine 2023-09-16 21:15:58 +02:00
parent a338049802
commit dbec7d63fd

View file

@ -11,6 +11,7 @@
in {
packages.default = pkgs.writeTextDir "index.html" ''
Hello world!
This is the personal website of Paul-Nicolas Madelaine.
'';
});