ente/build/error.html

21 lines
610 B
HTML
Raw Normal View History

2021-04-09 22:15:59 +00:00
<!DOCTYPE html>
<html lang="en">
<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">
2023-01-21 17:21:40 +00:00
<title>ente Photos</title>
2021-04-09 22:15:59 +00:00
</head>
<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>
2021-04-09 22:15:59 +00:00
<button onClick="window[`ElectronAPIs`].reloadWindow()">Reload</button>
</div>
</div>
</body>
</html>