Peeble commited on
Commit
1af7c8d
·
verified ·
1 Parent(s): f1dd594

Create error.html

Browse files
Files changed (1) hide show
  1. templates/error.html +15 -0
templates/error.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>404 - Page Not Found</title>
7
+ </head>
8
+ <body>
9
+ <h1>404 - Page Not Found</h1>
10
+ <p class="error-text">ERR::RECONNECT_YOUR_INTERNET_NOW</p>
11
+ <p>To verify this, click on the site below: <br>
12
+ <a href="https://huggingface.co/Peeble/rbo-player/blob/main/readme.md#errors" target="_blank">Error Verification</a>
13
+ </p>
14
+ </body>
15
+ </html>