Files
Frank 8680d13df4 some more cases of missing lang="en"
no, its not written in Danish ;-)
2026-02-19 13:45:00 +01:00

22 lines
403 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>