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>
<head>
<title>403</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<h1>403</h1>
<p>what</p>
<p><a href=../index.html>home</a></p>
<p><a href=/index.html>home</a></p>
</body>
</html>

View File

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