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>
|
2020-05-17 20:59:00 +02: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>
|
2019-02-17 17:11:10 +01:00
|
|
|
.bt {
|
2020-05-17 20:59:00 +02:00
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
border: .3ch solid #333;
|
2018-01-27 23:28:20 +01:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 8px;
|
2020-05-17 20:59:00 +02:00
|
|
|
margin-top: 12px
|
2018-01-27 23:28:20 +01:00
|
|
|
}
|
2020-05-17 20:59:00 +02:00
|
|
|
|
2018-02-20 22:29:48 +01:00
|
|
|
body {
|
2020-05-17 20:59:00 +02:00
|
|
|
font-family: Verdana, sans-serif;
|
2018-02-20 22:29:48 +01:00
|
|
|
text-align: center;
|
2020-05-17 20:59:00 +02:00
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 200%%;
|
|
|
|
margin: 0
|
2018-02-20 22:29:48 +01:00
|
|
|
}
|
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>
|