Move everything to public folder
All checks were successful
Deploy to neocities / deploy (push) Successful in 9s
All checks were successful
Deploy to neocities / deploy (push) Successful in 9s
This commit is contained in:
13
public/not_found.html
Normal file
13
public/not_found.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Not Found</title>
|
||||
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>The requested page was not found.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user