webhook2ntfy/templates/layouts/default.html.ep
Dominik Meyer 6ee392e55e
Some checks failed
continuous-integration/drone Build is failing
ADD: initial commit
2024-03-05 17:47:07 +01:00

6 lines
104 B
Plaintext

<!DOCTYPE html>
<html>
<head><title><%= title %></title></head>
<body><%= content %></body>
</html>