Added ico and stuff
This commit is contained in:
1
403.html
1
403.html
@@ -15,6 +15,7 @@
|
||||
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="icon" href="./img/nyancat.ico" />
|
||||
</head>
|
||||
<body class="disable-select">
|
||||
<a
|
||||
|
3
404.html
3
404.html
@@ -15,6 +15,7 @@
|
||||
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="icon" href="./img/nyancat.ico" />
|
||||
</head>
|
||||
<body class="disable-select">
|
||||
<a
|
||||
@@ -22,7 +23,7 @@
|
||||
draggable="false"
|
||||
ondragstart="return false;"
|
||||
>
|
||||
<div class="container">
|
||||
<div class="container disable-select">
|
||||
<p style="padding-top: calc(40%)">Error 404 - Page not found</p>
|
||||
<p style="padding-top: calc(50%)">Click here to go to main page</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user