Files
yandex2mqtt/views/layout.ejs
Evgenii Abramov d6ae5dc1ea Release
2021-01-18 01:52:32 +03:00

10 lines
123 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>OK</title>
</head>
<body>
<%- body %>
</body>
</html>