Files
webgui/shutdown.htm
Eric Schultz 30ca111094 initial commit
2015-10-24 10:17:28 -07:00

11 lines
385 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 shutting down...</div></body>
</html>