2018-01-27 22:28:20 +00:00
|
|
|
<!DOCTYPE html>
|
2020-05-17 18:59:00 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2018-12-05 23:27:36 +00:00
|
|
|
<meta content='width=device-width' name='viewport'>
|
2018-01-27 22:28:20 +00:00
|
|
|
<title>WLED Message</title>
|
2022-03-01 22:37:28 +00:00
|
|
|
<script>
|
|
|
|
function B() { window.history.back() };
|
|
|
|
function RS() { window.location = "/settings"; }
|
|
|
|
function RP() { top.location.href = "/"; }
|
|
|
|
</script>
|
2018-01-27 22:28:20 +00:00
|
|
|
<style>
|
2022-03-01 22:37:28 +00:00
|
|
|
@import url("style.css");
|
2018-01-27 22:28:20 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
2020-05-17 18:59:00 +00:00
|
|
|
|
2018-01-27 22:28:20 +00:00
|
|
|
<body>
|
2020-05-17 18:59:00 +00:00
|
|
|
<h2>Sample Message.</h2>
|
|
|
|
Sample Detail.
|
2018-01-27 22:28:20 +00:00
|
|
|
</body>
|
2020-05-17 18:59:00 +00:00
|
|
|
|
|
|
|
</html>
|