diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-29 15:00:05 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-29 15:00:05 +0200 |
| commit | 15541b1c9b23a2caf490446bc7be08d66ef10e99 (patch) | |
| tree | 484206c14a66a27fc16ffb9550f1201d3b3c769f /htdocs/index.html | |
| parent | 26282b5e394d9b4007efbbe246a7afd7dba2d5ac (diff) | |
chore: update document title
Set a default title to static page, then change the title on project
view.
Diffstat (limited to 'htdocs/index.html')
| -rw-r--r-- | htdocs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index d2fe5fc..47a8592 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Armand Philippot</title> + <title>Demo | Armand Philippot</title> <link rel="stylesheet" href="assets/css/style.css" /> </head> |
