RASCSI/python/web/service-infra/502.html
Daniel Markstedt ce6bc79b2c
Post rebranding tweaks to web ui (#1027)
- Add a label to system name, and modify the style sheet to hide it in the modern theme
- Restore the Control Page subtitle, and hide it on small screens
- Tweak some wordings and help text
2022-12-09 20:34:46 -08:00

16 lines
510 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>PiSCSI Web is Starting</title>
<meta http-equiv="refresh" content="2">
</head>
</html>
<body>
<center>
<h1>PiSCSI Web Interface is Starting....</h1>
<h2>This page will automatically refresh.</h2>
<p>First boot and upgrades can take a second while resolving dependencies.</p>
<p>If you're seeing this page for over a minute, please check the logs at <tt>sudo journalctl -f</tt></p>
</center>
</body>