Make 404 page generic (#10962)
This commit is contained in:
parent
467e99556c
commit
ef90f1c781
1 changed files with 2 additions and 3 deletions
|
|
@ -91,10 +91,9 @@
|
|||
<div class="not-found-page base-background-color">
|
||||
<div class="tv__outer">
|
||||
<div class="tv__middle">
|
||||
<img class="tv__inner--special" src="https://i.imgur.com/Vyyjycv.gif" alt="404 not found image as TV static">
|
||||
<img class="tv__inner" src="https://i.imgur.com/3v0LCiP.jpg" alt="404 not found DEV logo">
|
||||
<img class="tv__inner" src="https://i.imgur.com/AdvTDlI.jpg" alt="404 not found">
|
||||
<br>
|
||||
<p class="tv__inner--text">This page does not exist <br><br> <a href="https://dev.to">Return to Home Page</a></p>
|
||||
<p class="tv__inner--text">This page does not exist <br><br> <a href="/">Return to Home Page</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue