WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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>