Use relative paths for gitlab pages

This commit is contained in:
Ladd Hoffman 2023-01-26 11:15:25 -06:00
parent 2d48825dae
commit a0d5611ca4
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Forum Network</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<h2>Tests</h2>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Availability test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="availability-test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Forum Network</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="basic"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Debounce test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="debounce-test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Flowchart test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="flowchart-test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Forum Network test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="forum-network"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Forum test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="forum-test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Forum Graph</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="graph-test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Reputation test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="test"></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Validation Pool test</title>
<link type="text/css" rel="stylesheet" href="/index.css" />
<link type="text/css" rel="stylesheet" href="../index.css" />
</head>
<body>
<div id="validation-pool"></div>