ente/desktop/build/error.html

31 lines
859 B
HTML
Raw Normal View History

2024-03-12 12:30:19 +00:00
<!doctype html>
2021-04-09 22:15:59 +00:00
<html lang="en">
2024-03-11 11:12:02 +00:00
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ente Photos</title>
</head>
2021-04-09 22:15:59 +00:00
2024-03-11 11:12:02 +00:00
<body style="background-color: black">
<div
style="
height: 95vh;
width: 96vw;
display: grid;
place-items: center;
color: white;
"
>
<div>
<div style="margin-bottom: 10px">
Site unreachable, please try again later
</div>
<button onClick="window[`ElectronAPIs`].reloadWindow()">
Reload
</button>
</div>
2021-04-09 22:15:59 +00:00
</div>
2024-03-11 11:12:02 +00:00
</body>
2021-04-09 22:15:59 +00:00
</html>