aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-02-13 12:10:51 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-02-13 12:10:51 +0100
commit1dde6ec27981af58b390aef8cacd80e01806e520 (patch)
treefdcc1ea981612dee59ed8f22296a5d750e96c2aa /index.php
parent683657018f00c8b9e214df4a83c1ba0b23cd1638 (diff)
downloadarfnet2-cstims-1dde6ec27981af58b390aef8cacd80e01806e520.tar.gz
arfnet2-cstims-1dde6ec27981af58b390aef8cacd80e01806e520.zip
reference main stylesheet
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1054f75..be244c9 100644
--- a/index.php
+++ b/index.php
@@ -13,6 +13,7 @@ $services = $result->fetch_all(MYSQLI_ASSOC);
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="https://arf20.com/style.css">
<title>ARFNET CSTIMS</title>
</head>
<body>
@@ -53,4 +54,4 @@ $services = $result->fetch_all(MYSQLI_ASSOC);
</div>
</main>
</body>
-</html> \ No newline at end of file
+</html>