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