diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
| commit | cbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch) | |
| tree | 0542f92eb8912bb6fbfeb6bae692134bdae4a175 /src/pages | |
| parent | b4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff) | |
chore(format): install prettier
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 2d14107..678772c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,16 +1,16 @@ --- - +import "../scss/style.scss"; --- -<html lang="en"> - <head> - <meta charset="utf-8" /> - <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> - <meta name="viewport" content="width=device-width" /> - <meta name="generator" content={Astro.generator} /> - <title>Astro</title> - </head> - <body> - <h1>Astro</h1> - </body> +<html lang="fr"> + <head> + <meta charset="utf-8" /> + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> + <meta name="viewport" content="width=device-width" /> + <meta name="generator" content={Astro.generator} /> + <title>Arnaud Hergès</title> + </head> + <body> + <h1>Astro</h1> + </body> </html> |
