forgot to change stylesheet reference
This commit is contained in:
parent
945c53d6ba
commit
d44884309f
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<title>Forgot Username</title>
|
<title>Forgot Username</title>
|
||||||
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
<link rel="icon" type="image/png" href="../images/favicon/favicon-16x16.png"/>
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
|
<link rel="stylesheet" type="text/css" href="../stylesheets/index.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
<a href="../"><img src="../images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||||
height="81.56"/> </a>
|
height="81.56"/> </a>
|
||||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue