-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script> | ||
import HeaderContainer from '$lib/components/HeaderContainer.svelte' | ||
import Privacy from '$lib/components/Privacy.svelte' | ||
import Footer from '$lib/components/Footer.svelte' | ||
</script> | ||
|
||
<HeaderContainer> | ||
<h2 class="pt-4 pb-4 text-4xl font-extrabold text-center"> | ||
404 | ||
</h2> | ||
<p class="text-center pb-8 text-light-green">Skraćeni link ne postoji, istekao je ili je obrisan.</p> | ||
</HeaderContainer> | ||
|
||
<Privacy /> | ||
<Footer /> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script> | ||
import HeaderContainer from '$lib/components/HeaderContainer.svelte' | ||
import Privacy from '$lib/components/Privacy.svelte' | ||
import Footer from '$lib/components/Footer.svelte' | ||
</script> | ||
|
||
<HeaderContainer> | ||
<h2 class="pt-4 pb-4 text-4xl font-extrabold text-center"> | ||
500 | ||
</h2> | ||
<p class="text-center pb-8 text-light-green">Ups, nešto je pošlo po krivu. Pokušajte ponovo kasnije...</p> | ||
</HeaderContainer> | ||
|
||
<Privacy /> | ||
<Footer /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters