Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
+ fallback 404.html
+ falls back to test-routes: https://webfan.de/f/336739
+ editable with our weid @ webfan account
  • Loading branch information
wehowski authored Sep 29, 2023
1 parent c1faa21 commit dc90110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<h1>Not found.</h1>
<script>
(async()=>{
/*
* Edit this file: https://webfan.de/apps/files/?dir=/public/shared/weid.info&openfile=336739&scrollto=fallback-404.html#filestexteditor
*/
var c = await fetch('https://webfan.de/apps/sharingpath/weid/public/shared/weid.info/fallback-404.html');
document.open( );
document.write( await c.text() );
Expand Down

0 comments on commit dc90110

Please sign in to comment.