mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-24 12:29:40 +00:00
12 lines
280 B
HTML
12 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>
|