Advertisement
Guest User

Untitled

a guest
May 1st, 2021
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>xxx Service Status</title>
  5. <style type="text/css">
  6. body, html
  7. {
  8. margin: 0; padding: 0; height: 100%; overflow: hidden;
  9. }
  10.  
  11. #content
  12. {
  13. position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div id="content">
  19. <iframe width="100%" height="100%" frameborder="0" src="https://stats.uptimerobot.com/xxx" />
  20. </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement