<!DOCTYPE html>
<html>
<head>
<link href="css/login.css" rel="stylesheet" type="text/css" />
<style type='text/css'>:root {--bodyBGcolor: #ffffff;--bodyTXcolor: #f25c05;}</style>
</head>
<body>
<h2>User HOME</h2>
<h5 onclick="SimpleLogin.signOut()">Logout</h5>
</body>
</html>