Update 'index.html'
This commit is contained in:
parent
3a45ce7f56
commit
33466ce020
|
@ -5,6 +5,11 @@
|
||||||
<title>Mon portfolio</title>
|
<title>Mon portfolio</title>
|
||||||
<head>
|
<head>
|
||||||
<body>
|
<body>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<h1>Mon portfolio</h1>
|
<h1>Mon portfolio</h1>
|
||||||
<p>Mes projets ...</p>
|
<p>Mes projets ...</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue