aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
Commit message (Collapse)AuthorAgeFilesLines
* chore: move htdocs to repo rootArmand Philippot2021-10-301-77/+0
|
* chore: update document titleArmand Philippot2021-10-291-1/+1
| | | | | Set a default title to static page, then change the title on project view.
* chore: add legal noticeArmand Philippot2021-10-281-0/+9
| | | | In France, legal notice is required for any website.
* chore: add a noscript tagArmand Philippot2021-10-281-0/+6
| | | | | Since this website use mostly Javascript, users need to know that scripts must be enabled.
* chore(i18n): translate the instructions on homepageArmand Philippot2021-10-281-1/+2
|
* feat: translate the app - two locales available: fr and enArmand Philippot2021-10-261-21/+24
|
* chore: convert index to html file instead of php fileArmand Philippot2021-10-241-0/+58
I need to translate some strings in a JS file. So instead of dealing with two way to translate the whole app I think it is easier to stick with a single way.