Fixup css path for index.html
This commit is contained in:
parent
a0d5611ca4
commit
0671ad7b64
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue