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> <!DOCTYPE html>
<head> <head>
<title>Forum Network</title> <title>Forum Network</title>
<link type="text/css" rel="stylesheet" href="/index.css" /> <link type="text/css" rel="stylesheet" href="../index.css" />
</head> </head>
<body> <body>
<h2>Tests</h2> <h2>Tests</h2>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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