Adding a lot of stuff, langauge thingi, website.html default thing, config.inc.php, main.inc.php, index.php, default construct of all things, the ability to saying hello world...

This commit is contained in:
2020-08-05 05:50:18 +02:00
parent 0c9d8a805f
commit e09edf9575
14 changed files with 21781 additions and 0 deletions

23
vendor/css/material-icons.css vendored Normal file
View File

@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v54/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

9067
vendor/css/materialize.css vendored Normal file

File diff suppressed because it is too large Load Diff

13
vendor/css/materialize.min.css vendored Normal file

File diff suppressed because one or more lines are too long