This commit is contained in:
Riley Housden 2022-04-22 18:06:43 -04:00
parent aa6271e9c3
commit ca5bfc2abe
Signed by: InValidFire
GPG key ID: 0D6208F6DF56B4D8
2 changed files with 13 additions and 13 deletions

View file

@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<title>Quack! ur gay!</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="res/icon.png">
<link rel="stylesheet" href="./styles.css">
<link rel="icon" href="./res/icon.png">
</head>
<body>
<div id="wrapper">
@ -16,10 +16,10 @@
<hr>
<ul>
<li>
<a href="index.html">Home</a>
<a href="./index.html">Home</a>
</li>
<li>
<a href="stoplight.html">Stoplight Schema</a>
<a href="./stoplight.html">Stoplight Schema</a>
</li>
</ul>
<hr>