unstupidify stupid shit

This commit is contained in:
Christian
2021-06-04 12:16:20 -04:00
parent 3687c0275b
commit 21c1abd975
2 changed files with 6 additions and 6 deletions

View File

@@ -2,11 +2,11 @@
<html> <html>
<head> <head>
<title>403</title> <title>403</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="/styles.css">
</head> </head>
<body> <body>
<h1>403</h1> <h1>403</h1>
<p>what</p> <p>what</p>
<p><a href=../index.html>home</a></p> <p><a href=/index.html>home</a></p>
</body> </body>
</html> </html>

View File

@@ -2,11 +2,11 @@
<html> <html>
<head> <head>
<title>404</title> <title>404</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="/styles.css">
</head> </head>
<body> <body>
<h1>404</h1> <h1>404</h1>
<p>how</p> <p>how</p>
<p><a href=../index.html>home</a></p> <p><a href=/index.html>home</a></p>
</body> </body>
</html> </html>