mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-23 11:59:31 +00:00
13 lines
280 B
HTML
13 lines
280 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Oops</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Ooops, something went wrong:</h2>
|
||
|
{{ error }}
|
||
|
(Maybe you need to wait a few minutes for p2pool to start and sync for the first time?)
|
||
|
</body>
|
||
|
</html>
|