webhook2ntfy/public/index.html
Dominik Meyer 6ee392e55e
Some checks failed
continuous-integration/drone Build is failing
ADD: initial commit
2024-03-05 17:47:07 +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>