updoot
This commit is contained in:
parent
aa6271e9c3
commit
ca5bfc2abe
2 changed files with 13 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue