fisher 1.0.0

Webhooks catcher written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head data-redirect-to="{{ page.meta.redirect | url }}">
        <meta charset="utf-8">
        <meta http-equiv="refresh" content="0; url={{ page.meta.redirect | url }}">
        <script src="{{ 'js/redirect.js' | url }}"></script>
        <title>Redirecting...</title>
    </head>
    <body>
        <p>If the redirect doesn't work <a href="{{ page.meta.redirect | url }}">click here</a>.</p>
    </body>
</html>