aboutsummaryrefslogtreecommitdiff
path: root/fn
diff options
context:
space:
mode:
Diffstat (limited to 'fn')
-rw-r--r--fn/fn.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/fn/fn.php b/fn/fn.php
index cef8a1c..0da8ba4 100644
--- a/fn/fn.php
+++ b/fn/fn.php
@@ -1,5 +1,3 @@
-<h4>functions</h4>
-
<?php
function bddconnect($host, $bdname, $user, $password)
{
@@ -27,7 +25,7 @@ function head($title) {
?>
<head>
<meta charset="utf8" />
- <link href="" rel="stylesheet" />
+ <link href="/css/style.css" rel="stylesheet" />
<title><?= $title ?></title>
</head>
<?php