initial commit

This commit is contained in:
2024-11-05 16:28:25 +00:00
commit 76a86b0bd6
5 changed files with 117 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!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>