.portfolio/index.html
2024-02-20 11:30:58 +01:00

16 lines
321 B
HTML

<!DOCTYPE html>
<html>
<head>
<link ref="stylesheet" href="./style.css"/>
<title>Mon portfolio</title>
<head>
<body>
<style>
body {
color: blue;
}
</style>
<h1>Mon portfolio</h1>
<p>Mes projets ...</p>
</body>
</html>