webhook2ntfy/templates/layouts/default.html.ep
Dominik Meyer f20a2919d3
All checks were successful
continuous-integration/drone/push Build is passing
ADD: initial commit
2024-03-06 08:34:02 +01:00

6 lines
104 B
Plaintext

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