webhook2ntfy/public/index.html
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

12 lines
315 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Mojolicious real-time web framework!</title>
</head>
<body>
<h2>Welcome to the Mojolicious real-time web framework!</h2>
This is the static document "public/index.html",
<a href="/">click here</a> to get back to the start.
</body>
</html>