remove not_found.html

This commit is contained in:
2024-11-06 07:44:44 +00:00
parent b8767decf1
commit 137e0b4e0f
-17
View File
@@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>« not found »</title>
</head>
<body>
<div class="box">
<h1 class="main-title">not found</h1>
</div>
</body>
</html>