Advertisement
GoldenHackerTools

index

Jan 19th, 2018
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <?php
  2.  
  3. $ipp=$_SERVER['SERVER_NAME'];
  4.  
  5.  
  6. echo "<h1>$ipp</h1>";
  7.  
  8. ?>
  9. <!DOCTYPE HTML>
  10. <!--
  11. Eventually by HTML5 UP
  12. html5up.net | @ajlkn
  13. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  14. -->
  15.  
  16. <html>
  17. <head>
  18. <title>Coming Soon</title>
  19. <meta charset="utf-8" />
  20. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
  21. <!--[if lte IE 8]><script src="http://m3ak.me/assets/js/ie/html5shiv.js"></script><![endif]-->
  22. <link rel="stylesheet" href="http://m3ak.me/assets/css/main.css" />
  23. <!--[if lte IE 8]><link rel="stylesheet" href="http://m3ak.me/assets/css/ie8.css" /><![endif]-->
  24. <!--[if lte IE 9]><link rel="stylesheet" href="http://m3ak.me/assets/css/ie9.css" /><![endif]-->
  25. </head>
  26. <body background="http://m3ak.me/Desktop-Background-dark-wallpaper.png">
  27. <body>
  28.  
  29. <!-- Header -->
  30. <header id="header">
  31.  
  32. <p>Coming Soon<br />
  33. Subscribe to Get all News <a href="">Now</a>.</p>
  34. </header>
  35.  
  36. <!-- Signup Form -->
  37. <form id="signup-form" method="post" action="#">
  38. <input type="email" name="email" id="email" placeholder="Email Address" />
  39. <input type="submit" value="Subscribe" />
  40. </form>
  41.  
  42. <!-- Footer -->
  43. <footer id="footer">
  44. <ul class="icons">
  45.  
  46. </ul>
  47. <ul class="copyright">
  48.  
  49. </ul>
  50. </footer>
  51.  
  52. <!-- Scripts -->
  53. <!--[if lte IE 8]><script src="http://m3ak.me/assets/js/ie/respond.min.js"></script><![endif]-->
  54. <script src="http://m3ak.me/assets/js/main.js"></script>
  55.  
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement