made path abs
This commit is contained in:
parent
42249b6e98
commit
9e309e0e0b
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue