22 lines
393 B
HTML
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> |