- new design

- with normalize.css and skeleton.css
This commit is contained in:
Arno Kaimbacher 2019-09-11 18:47:13 +02:00
parent 084a1a2b8c
commit 720aa57810
49 changed files with 2567 additions and 357 deletions

11
Repository.code-workspace Normal file
View file

@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"phpfmt.php_bin": "\"C:\\ProgramData\\scoop\\apps\\php-nts\\current\\php.exe\"",
"phpfmt.psr2": true
}
}