WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>