diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-19 14:57:39 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-19 14:58:12 +0200 |
commit | 5aff968bf932f201b1103f2f81255ab58f115241 (patch) | |
tree | 43615a3834d41e6acda48325163c280fb8e54d63 /templates/default.head | |
parent | b2f4cb04bfb85741bcbc754efd1027684d7577e3 (diff) | |
download | sousleciel.lol-5aff968bf932f201b1103f2f81255ab58f115241.tar.gz |
feat: scaffold website skeleton
Diffstat (limited to 'templates/default.head')
-rw-r--r-- | templates/default.head | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/default.head b/templates/default.head new file mode 100644 index 0000000..98d1406 --- /dev/null +++ b/templates/default.head @@ -0,0 +1,11 @@ +<title>Sous le ciel</title> +<link href="/styles/main.css" rel="stylesheet" type="text/css"> +<link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico"/> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="googlebot" content="noindex"> +<meta name="og:title" content="Sous le ciel"> +<meta name="og:site_name" content="sousleciel.lol"> +<meta name="og:type" content="website"> +<meta name="og:description" content="Sous le ciel - artistes"> +<meta name="og:image" content="https://sousleciel.lol/img/favicon.io"> |