mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-23 08:31:05 +00:00
ce6bc79b2c
- 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
16 lines
510 B
HTML
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>
|