summaryrefslogtreecommitdiff
path: root/504.php
diff options
context:
space:
mode:
Diffstat (limited to '504.php')
-rw-r--r--504.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/504.php b/504.php
index 0ea5392..bc7dd29 100644
--- a/504.php
+++ b/504.php
@@ -1,3 +1,4 @@
+<?php ob_start(function($b){return preg_replace(['/\>[^\S ]+/s','/[^\S ]+\</s','/(\s)+/s'],['>','<','\\1'],$b);}); ?>
<!doctype html>
<html>
@@ -8,9 +9,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
- <link rel="stylesheet" href="/css/style.css">
+ <style><?php echo file_get_contents('./css/style.min.css'); ?></style>
<?php require_once("static/noscript.html"); ?>
</head>
+<?php ob_end_flush(); ?>
+<?php ob_start(function($b){return preg_replace(['/\>[^\S ]+/s','/[^\S ]+\</s','/(\s)+/s'],['>','<','\\1'],$b);}); ?>
<body>
<?php require_once("static/header.php"); ?>
<div class='container'>
@@ -26,3 +29,4 @@
</div>
</div>
<?php require_once("static/foot.php"); ?>
+<?php ob_end_flush(); ?>