mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
11 lines
381 B
HTML
11 lines
381 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="/webGui/styles/default-fonts.css">
|
|
<style>
|
|
.notice{background-color:#FFF6BF;text-align:center;height:60px;line-height:60px;border-top:2px solid #FFD324;border-bottom:2px solid #FFD324;font-family:arimo;font-size:18px;}
|
|
</style>
|
|
</head>
|
|
<body><div class='notice'>System is rebooting...</div></body>
|
|
</html>
|