This commit is contained in:
Christian
2020-12-26 11:23:04 -05:00
parent b55b51d1cf
commit dbf1560a36
3 changed files with 38 additions and 0 deletions

12
errors/403.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>403</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>403</h1>
<p>what</p>
<p><a href=../index.html>home</a></p>
</body>
</html>