Skip to content

Commit

Permalink
πŸ—οΈ Added some error/landing sites
Browse files Browse the repository at this point in the history
  • Loading branch information
SlenkyDev authored Jun 30, 2021
1 parent b834cc3 commit fd4ae3b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions sites/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">

<style>
p {
text-align: center;
font-size: 80px;
}

h2 {
text-align: center;
font-size: 65px;
font-family: 'DotGothic16', sans-serif;
}

</style>
</head>
<p>
β–„β–„β–„β–„β–„β–„β–„ <br>
β–ˆβ–€β–ˆβ–€β–„β–ˆβ–ˆ <br>
β–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆ <br>
β–ˆβ–„β–ˆβ–„β–€β–ˆβ–ˆ <br>
β–€β–€β–€β–€β–€β–€β–€ <br>
</p>
<h2> Error 404: Not found </h2>
</html>
29 changes: 29 additions & 0 deletions sites/landing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">

<style>
p {
text-align: center;
font-size: 80px;
}

h2 {
text-align: center;
font-size: 65px;
font-family: 'DotGothic16', sans-serif;
}

</style>
</head>
<p>
β–„β–„β–„β–„β–„β–„β–„ <br>
β–ˆβ–€β–ˆβ–€β–„β–ˆβ–ˆ <br>
β–ˆβ–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆ <br>
β–ˆβ–„β–ˆβ–„β–€β–ˆβ–ˆ <br>
β–€β–€β–€β–€β–€β–€β–€ <br>
</p>
<h2> Access denied. </h2>
</html>

0 comments on commit fd4ae3b

Please sign in to comment.