waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
452 stars 71 forks source link

Button "Back to overview" on 404 page goes nowhere #53

Open ElFishi opened 1 year ago

ElFishi commented 1 year ago
    <div class="four-oh-four">
      <img src="favicon.svg" alt="">
      <h1>404</h1>
      <p>Photo not found.</p>
      <a href="">Back to overview</a>
    </div>

I guess this should be <a href="/">

oliverhihn commented 1 year ago

It works as it is, but according to this post it doesn't work on Internet Explorer.

ElFishi commented 1 year ago

but it leads to the same page that caused the 404 and not back to the overview.