WLED/wled00/data/msg.htm
2022-03-01 23:37:28 +01:00

22 lines
393 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width' name='viewport'>
<title>WLED Message</title>
<script>
function B() { window.history.back() };
function RS() { window.location = "/settings"; }
function RP() { top.location.href = "/"; }
</script>
<style>
@import url("style.css");
</style>
</head>
<body>
<h2>Sample Message.</h2>
Sample Detail.
</body>
</html>