remove outdated css, point to proper location, and add correct bootstrap headers

This commit is contained in:
Ben Harris 2018-09-05 13:08:06 -04:00
parent fd260aec9f
commit 8477d3caab
5 changed files with 4 additions and 2479 deletions

View File

@ -1,6 +1,6 @@
<?php
// Location of CSS
define("CSS_LOCATION","/css/hacker.css");
define("CSS_LOCATION","https://tilde.team/css/hacker.css");
// Host and Port of BBJ instance
define("BBJ_HOST","127.0.0.1");

View File

@ -1,5 +1,8 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=$title?></title>
<link rel="stylesheet" href="<?=CSS_LOCATION?>">
<style>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,3 +0,0 @@
<?php
header("Location:https://tilde-team.github.io/css");
die();