diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 24 | ||||
| -rw-r--r-- | src/scss/reset.scss | 0 | ||||
| -rw-r--r-- | src/scss/style.scss | 0 |
3 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> diff --git a/src/scss/reset.scss b/src/scss/reset.scss new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/scss/reset.scss diff --git a/src/scss/style.scss b/src/scss/style.scss new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/scss/style.scss |
