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