Add unfinished website section

This commit is contained in:
Ske
2019-04-19 18:08:27 +02:00
parent d081be838a
commit 3d6fa86518
16 changed files with 3882 additions and 11 deletions

14
web/.babelrc Normal file
View File

@@ -0,0 +1,14 @@
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 Chrome versions"
]
}
}
]
]
}