WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 324B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello</title>
  5. <style type="text/css">
  6. img {
  7. position: absolute;
  8. left: 50%;
  9. top: 50%;
  10. margin-top: -244px;
  11. margin-left: -400px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <img src="/static/las.jpg">
  17. </body>
  18. </html>