SamsungTVController/apiserver/finish_input.html

26 lines
535 B
HTML

<html>
<head>
<style>
body {
background-color: #101010;
color: #ffffff;
}
h1 {
color: #ffffff;
}
nav a {
color: #ffffff;
}
footer {
color: #ffffff;
}
</style>
</head><CENTER> The Input was Sent!<BR><BR>
<body><input type="button" id="close" value="Close" onclick="window.close()" />
</body></CENTER>
</body>
</html>