Files
webgui/logout.htm
2017-12-05 10:18:12 +01:00

11 lines
385 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div.logout{background-color:#FFF6BF;text-align:center;height:80px;line-height:80px;border-top:2px solid #FFD324;border-bottom:2px solid #FFD324;font-size:18px}
span.title{font-size:28px;text-transform:uppercase;display:block;}
</style>
</head>
<body><div class="logout"><span class="title">Logged out</span>You are logged out</div></body>
</html>