basic index pages

This commit is contained in:
alice 2026-04-23 15:53:33 -04:00
parent 96639b982b
commit b1fa81eb3f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
<title>Spencer Whitehead</title>
<link rel="stylesheet" href="/assets/main.css">
<body>
<p>Pour accéder à la version française, veuillez cliquer <a href="/fr/">ici.</a></p>
<p>This is the personal website of Spencer Whitehead.</p>
</body>

View file

@ -1,5 +1,6 @@
<title>Spencer Whitehead</title>
<link rel="stylesheet" href="/assets/main.css">
<body>
<p>Ceci est le site web personel de Spencer Whitehead.</p>
<p>To access the English version, click <a href="/en/">here.</a></p>
<p>Ceci est le site web personnel de Spencer Whitehead.</p>
</body>