.portfolio/index.html

16 lines
321 B
HTML
Raw Permalink Normal View History

2024-02-19 17:07:22 +01:00
<!DOCTYPE html>
<html>
<head>
2024-02-20 10:04:38 +01:00
<link ref="stylesheet" href="./style.css"/>
2024-02-19 17:07:22 +01:00
<title>Mon portfolio</title>
<head>
<body>
2024-02-20 11:30:58 +01:00
<style>
body {
color: blue;
}
</style>
2024-02-19 17:07:22 +01:00
<h1>Mon portfolio</h1>
<p>Mes projets ...</p>
</body>
</html>