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