rbo-player / templates /error.html
Peeble's picture
Create error.html
1af7c8d verified
raw
history blame contribute delete
496 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
</head>
<body>
<h1>404 - Page Not Found</h1>
<p class="error-text">ERR::RECONNECT_YOUR_INTERNET_NOW</p>
<p>To verify this, click on the site below: <br>
<a href="https://huggingface.co/Peeble/rbo-player/blob/main/readme.md#errors" target="_blank">Error Verification</a>
</p>
</body>
</html>