Skip to content

Commit

Permalink
changed 404 message
Browse files Browse the repository at this point in the history
added header and footer tags
  • Loading branch information
IPdotSetAF committed Jan 14, 2025
1 parent ee95805 commit 1c972ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Frontend/src/app/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if (header) {
<app-header />
<header><app-header /></header>
}
<router-outlet />
<app-footer />
<footer><app-footer /></footer>
22 changes: 12 additions & 10 deletions Frontend/src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<div class="container-fluid">
<div id="header" class="position-absolute p-2">
<div class="d-flex align-items-center justify-content-end p-0 gap-2">
<a role="button" class="btn-header-round btn-hover btn-circle bi bi-download fs-3" [routerLink]="['/downloads']"
title="Downloads"></a>
<a role="button" class="btn-header-round btn-hover btn-circle" href="https://ipdotsetaf.ir" title="IPdotSetAF">
<img id="ipaf" class="img-header" src="ipaf.svg" />
</a>
<a role="button" class="btn-header-round btn-hover btn-circle bi bi-github fs-2"
href="https://github.com/IPdotSetAF/CodeChef" title="CodeChef Github"></a>
<header>
<div id="header" class="position-absolute p-2">
<div class="d-flex align-items-center justify-content-end p-0 gap-2">
<a role="button" class="btn-header-round btn-hover btn-circle bi bi-download fs-3" [routerLink]="['/downloads']"
title="Downloads"></a>
<a role="button" class="btn-header-round btn-hover btn-circle" href="https://ipdotsetaf.ir" title="IPdotSetAF">
<img id="ipaf" class="img-header" src="ipaf.svg" />
</a>
<a role="button" class="btn-header-round btn-hover btn-circle bi bi-github fs-2"
href="https://github.com/IPdotSetAF/CodeChef" title="CodeChef Github"></a>
</div>
</div>
</div>
</header>
</div>
<div class="container-fluid d-flex page p-4">
<div class="m-auto">
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/app/not-found/not-found.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="m-auto">
<div class="row text-center">
<h1>404</h1>
<p>Not here bro!</p>
<p>Nothing to cook here!</p>
</div>
<br />
<div class="row">
Expand Down

0 comments on commit 1c972ce

Please sign in to comment.