Update 'index.html'

This commit is contained in:
julien.oculi 2024-02-20 11:30:58 +01:00
parent 3a45ce7f56
commit 33466ce020

View file

@ -5,6 +5,11 @@
<title>Mon portfolio</title>
<head>
<body>
<style>
body {
color: blue;
}
</style>
<h1>Mon portfolio</h1>
<p>Mes projets ...</p>
</body>