summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:58:28 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:58:28 -0500
commitc396f214c89cdc287d39d76f0d060c81e5be1edd (patch)
tree9538eaaf90767894bf8dd48c7f9ef40b511386ed /index.php
parentfc184eff38295193a37e2564ec1e385512109b7b (diff)
load the archweb.css from style.css isntead of index.php; don't ID it.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1e7bcb5..29f6a76 100644
--- a/index.php
+++ b/index.php
@@ -76,7 +76,6 @@ function classify($root, $dirname, $filename) {
<head>
<meta charset="utf-8" />
<title>Parabola GNU/Linux-libre - Index of <?php echo htmlentities($dirname); ?></title>
- <link rel="stylesheet" type="text/css" href="https://parabolagnulinux.org/static/archweb.3b36d2301f70.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="<?php echo $assetdir."/style.css"; ?>" />
<link rel="icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />
<link rel="shortcut icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />