made path abs

This commit is contained in:
array-in-a-matrix 2022-10-11 14:17:20 -04:00
parent 42249b6e98
commit 9e309e0e0b
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>403 Error</title>
<link rel="stylesheet" href="../style/style.css" />
<link rel="icon" type="image/gif" href="../res/site/icons/cat.gif">
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/gif" href="/res/site/icons/cat.gif">
</head>
<body>

View file

@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error</title>
<link rel="stylesheet" href="../style/style.css" />
<link rel="icon" type="image/gif" href="../res/site/icons/cat.gif">
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/gif" href="/res/site/icons/cat.gif">
</head>
<body>