diff --git a/WebAssemblies/Web.php b/WebAssemblies/Web.php index e0af3b5..fab5fc7 100644 --- a/WebAssemblies/Web.php +++ b/WebAssemblies/Web.php @@ -28,7 +28,7 @@ class Web { public function buildPage($headers) { $contents = ob_get_contents(); ob_end_clean(); - echo "\n\n
\n\n$headers\n\n$contents\n"; + echo "\n\n\n\n$headers\n\n$contents\n"; } } diff --git a/public/cdn/www/CSS/Global/fetch/index.php b/public/cdn/www/CSS/Global/fetch/index.php new file mode 100644 index 0000000..b660180 --- /dev/null +++ b/public/cdn/www/CSS/Global/fetch/index.php @@ -0,0 +1,42 @@ + +/* + +Platinus Global CSS +Copyright (C) XlXi 2020 +DO NOT DISTRIBUTE + +*/ + +body, div, h1, h2, h3, h4, h5 { + margin: 0; +} + +body { + font-family: segoe ui; + min-height: 100vh; + background-color: rgb(248,248,254); +} + +.plt-header { + height: 50px; + background: linear-gradient(hsl(213 71% 50% / 1), hsl(213 71% 30% / 1)); + border: 0; + border-bottom: 1px #292a2f; + border-style: solid; + box-shadow: #292a2f 0 -18px 2px 20px; + margin-bottom: 10px; +} + +.container { + margin: auto; + max-width: 1000px; +} \ No newline at end of file diff --git a/public/www/index.php b/public/www/index.php index 9df7f47..7cb5da8 100644 --- a/public/www/index.php +++ b/public/www/index.php @@ -17,8 +17,14 @@ $page = new Platinus\Web(); $headers = $page->buildHeaders(); ?> +