Skip to content

Commit

Permalink
🧱 components: add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPetros committed Oct 28, 2024
1 parent 55ca472 commit 9810880
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/404.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
<h1>404</h1>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<title>Omni Calulator</title>
</head>
<body>
<h1>404</h1>
</body>
</html>

0 comments on commit 9810880

Please sign in to comment.