Advertisement
Guest User

IpGeolocation.php

a guest
Sep 20th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <head>
  2. <link href='http://fonts.googleapis.com/css?family=Federant' rel='stylesheet' type='text/css'/>
  3. <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css" />
  4. <style type="text/css">
  5. body {
  6. background:black; font-size:11px;
  7. font-family: Federant;
  8. color: white; }
  9. a {
  10. color: dodgerblue;
  11. font-family: Federant;
  12. }
  13. a:hover {
  14. border-bottom:1px solid aqua;
  15. }
  16. #menu a {
  17. font-family: Federant;
  18. padding:4px 15px;
  19. margin:0;
  20. background:darkred;
  21. color:white;
  22. text-decoration:none;
  23. letter-spacing:2px;
  24. -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  25. }
  26. #menu a:hover {
  27. padding:4px 15px;
  28. margin:0;
  29. font-family: Federant;
  30. background: grey;
  31. color:white;
  32. text-decoration:none;
  33. letter-spacing:2px;
  34. -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  35. }
  36. textarea {
  37. width:600px;
  38. height:200px;
  39. background: black;
  40. border:1px solid darkred;
  41. color: white;
  42. font-family: Federant;
  43. }
  44. input[type=text] , input[type=file] , select {
  45. background:black;
  46. color:white;border: 1px solid darkred;
  47. padding:6px 6px 6px 6px;
  48. font-family: Federant;
  49. }
  50. input[type=submit] {
  51. background:#b70505;
  52. color:white;border: 1px solid #000;
  53. padding:6px 6px 6px 6px;
  54. font-family: Federant;
  55. }
  56. button[type=submit] {
  57. background:#b70505;
  58. color:white;border: 1px solid #000;
  59. padding:6px 6px 6px 6px;
  60. font-family: Federant;
  61. }
  62. .subbtn:hover {
  63. background:#c0bfbf;
  64. color:#000000;
  65. font-family: Federant;
  66. }
  67.  
  68. td, th { font-size: 12pt; text-align: left; vertical-align: top; color: dodgerblue; }
  69. h1 { font-size: 16pt; text-align: center; }
  70. h1 a { color: #000000 !important; text-decoration: none; }
  71. p { text-align: center; font-size: 9pt; }
  72. p a { color: #666666 !important; }
  73. table { margin: 0 auto; border-collapse: collapse; border: 1px solid #ffffff; min-width: 400px; }
  74. th, td { padding: 5px 10px; }
  75. th { background: black; color: #ffffff; }
  76. td a { color: dodgerblue !important; text-decoration: none; }
  77. th img { position: relative; top: -3px; left: 2px; }
  78. td { border-bottom: 1px solid #cccccc; background: black; }
  79. tr.odd td { background: black; }
  80.  
  81. #lol a {
  82. padding:4px 15px;
  83. margin:0;
  84. background:darkgreen;
  85. color:white;
  86. text-decoration:none;
  87. letter-spacing:2px;
  88. -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
  89. }
  90.  
  91. </style>
  92.  
  93. <title>IP Geolocation</title>
  94. <br />
  95. <center> <font color="red" face="iceland" size="10">IP Geolocation</font>
  96. <br /> <br />
  97. <img src="https://cdn.pbrd.co/images/6RXeCi5n8.png" width="100" height="100">
  98. <br /> <br />
  99.  
  100. <form action="" id="form1" method="get" onsubmit=" location.href = 'https://ipapi.co/' + document.getElementById('url').value; return false; ">
  101.  
  102. <input type="text" name="url" value="36.81.59.25" id="url"/>
  103.  
  104. </form>
  105.  
  106. <button type="submit" form="form1" value="Submit">Submit</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement