Advertisement
Guest User

Untitled

a guest
Jul 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <?php
  2. # for multi-lingual support
  3. require_once("../admin/common.php");
  4. ?>
  5. <!DOCTYPE html>
  6. <html lang="<?php echo $lang['langcode'] ?>">
  7. <head>
  8. <meta charset="utf-8">
  9. <title><?php echo $lang['welcome_to_rachel'] ?></title>
  10. <style type="text/css">
  11. body {
  12. font-family: sans-serif;
  13. width: 600px;
  14. margin: 0 auto;
  15. text-align: center;
  16. }
  17. h2 { margin: 40px; }
  18. #btn {
  19. background: #eee;
  20. border: 1px solid #ccc;
  21. color: #149;
  22. padding: 10px;
  23. border-radius: 5px;
  24. text-decoration: none;
  25. }
  26. #btn:hover {
  27. background: #fff;
  28. color: #37c;
  29. }
  30.  
  31. </style>
  32. </head>
  33. <body>
  34.  
  35. <h1><a href="http://<?php echo $_SERVER["SERVER_ADDR"]; ?>/index.php" target="_blank"><img src="http://<?php echo $_SERVER["SERVER_ADDR"]; ?>/art/RACHELb$
  36. <h3><?php echo $lang['worlds_best_edu_cont'] ?><br><?php echo $lang['for_people_wo_int'] ?></h3>
  37.  
  38. <h2><a href="http://<?php echo $_SERVER["SERVER_ADDR"]; ?>/index.php" target="_blank" id="btn"><?php echo $lang['click_here_to_start'] ?></a></h2>
  39.  
  40. <h4 style="margin-bottom: 0;"><?php echo $lang['brought_to_you_by'] ?>:</h4>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement