WLED/wled00/data/msg.htm

36 wiersze
699 B
HTML
Czysty Zwykły widok Historia

<!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>
.bt {
background: #333;
color: #fff;
font-family: Verdana, sans-serif;
border: .3ch solid #333;
display: inline-block;
font-size: 20px;
margin: 8px;
margin-top: 12px
}
2018-02-20 21:29:48 +00:00
body {
font-family: Verdana, sans-serif;
2018-02-20 21:29:48 +00:00
text-align: center;
background: #222;
color: #fff;
line-height: 200%%;
margin: 0
2018-02-20 21:29:48 +00:00
}
</style>
</head>
<body>
<h2>Sample Message.</h2>
Sample Detail.
</body>
</html>