WLED/wled00/data/msg.htm

22 lines
397 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width' name='viewport'>
<title>WLED Message</title>
2022-03-01 23:37:28 +01:00
<script>
function B() { window.history.back() };
2023-06-04 18:40:29 +02:00
function RS() { window.location = "../settings"; }
function RP() { top.location.href = "../"; }
2022-03-01 23:37:28 +01:00
</script>
<style>
2022-03-01 23:37:28 +01:00
@import url("style.css");
</style>
</head>
<body>
<h2>Sample Message.</h2>
Sample Detail.
</body>
</html>