Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <?php
  2. /*
  3. * Made by Samerton
  4. * http://worldscapemc.co.uk
  5. *
  6. * License: MIT
  7. */
  8.  
  9. // Custom Page page
  10. $page = 'custom_page'; // for navbar
  11. ?>
  12. <!DOCTYPE html>
  13. <html lang="en">
  14. <head>
  15. <meta charset="utf-8">
  16. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <meta name="description" content="<?php echo $sitename; ?> community">
  19. <meta name="author" content="Samerton">
  20. <?php if(isset($custom_meta)){ echo $custom_meta; } ?>
  21.  
  22. <title><?php echo $sitename; ?> &bull; Dynmap</title>
  23. <style type="text/css">
  24. body, html
  25. {
  26. margin: 0; padding: 0; height: 100%; overflow: hidden;
  27. }
  28.  
  29. #content
  30. {
  31. position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
  32. }
  33. </style>
  34.  
  35. </head>
  36. <body>
  37. <iframe width="100%" height="100%" frameborder="0" src="http://94.23.30.127:8123" />
  38. </body>
  39. </html><?php
  40. /*
  41. * Made by Samerton
  42. * http://worldscapemc.co.uk
  43. *
  44. * License: MIT
  45. */
  46.  
  47. // Custom Page page
  48. $page = 'custom_page'; // for navbar
  49. ?>
  50. <!DOCTYPE html>
  51. <html lang="en">
  52. <head>
  53. <meta charset="utf-8">
  54. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  55. <meta name="viewport" content="width=device-width, initial-scale=1">
  56. <meta name="description" content="<?php echo $sitename; ?> community">
  57. <meta name="author" content="Samerton">
  58. <?php if(isset($custom_meta)){ echo $custom_meta; } ?>
  59.  
  60. <title><?php echo $sitename; ?> &bull; Dynmap</title>
  61. <style type="text/css">
  62. body, html
  63. {
  64. margin: 0; padding: 0; height: 100%; overflow: hidden;
  65. }
  66.  
  67. #content
  68. {
  69. position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
  70. }
  71. </style>
  72.  
  73. </head>
  74. <body>
  75. <iframe width="100%" height="100%" frameborder="0" src="http://94.23.30.127:8123" />
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement