Compare commits

..

2 commits

Author SHA1 Message Date
Pascal Le Merrer
4b2deedd7e Add charset 2026-04-29 08:50:41 +02:00
Pascal Le Merrer
50595ad56a Untrack .DS_Store 2026-04-29 08:50:41 +02:00
4 changed files with 3 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

View file

@ -1,5 +1,6 @@
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Pascal Le Merrer - Software Crafter Freelance</title>
<link rel="stylesheet" href="style.css" />
</head>

View file

@ -1,5 +1,6 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Pascal Le Merrer - Software Crafter Freelance</title>
<link rel="stylesheet" href="style.css" />
</head>