Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bernoussama committed Apr 30, 2024
1 parent 1437ac0 commit eb096d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
generic.html
elements.html
license.txt
freelance-template.html
about.html
elements.html
.vscode
node_modules
dist
6 changes: 5 additions & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
const { pathname } = Astro.url;
---
<html lang="en">

<head>
Expand Down Expand Up @@ -103,7 +107,7 @@
</svg>
<h1 class="text-3xl"><span class="statusCode">404: </span> <span class="statusMessage">Not found</span></h1>

<pre class="flex items-center justify-center">Path: /Resume</pre>
<pre class="flex items-center justify-center">Path: {pathname}</pre>

</main>

Expand Down

0 comments on commit eb096d3

Please sign in to comment.