WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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>