Fixup css path for index.html

This commit is contained in:
Ladd Hoffman 2023-01-26 11:18:06 -06:00
parent a0d5611ca4
commit 0671ad7b64
1 changed files with 1 additions and 1 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>