Added ico and stuff

This commit is contained in:
CommanderRedYT
2020-11-29 04:14:03 +01:00
parent 9cdf0bd4af
commit 9b1869676b
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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>