summaryrefslogtreecommitdiff
path: root/video.php
diff options
context:
space:
mode:
Diffstat (limited to 'video.php')
-rw-r--r--video.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/video.php b/video.php
index a56c3c1..66043b9 100644
--- a/video.php
+++ b/video.php
@@ -33,7 +33,6 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'>
<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">
<style><?php echo file_get_contents('./css/style.min.css'); ?></style>
<?php require_once("static/noscript.html"); ?>
<?php ob_end_flush(); ?>