WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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>