Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
  4. <title>EonHub Admin</title>
  5. <head>
  6. <style>
  7.  
  8. input{
  9. display:block;
  10. width:80%;
  11. padding:10px;
  12. border-radius:30px;
  13. border-style:solid;
  14. border-width:0.5px;
  15. }
  16.  
  17. form{
  18. width:100%;
  19. border-style:solid;
  20. border-width:0.5px;
  21. }
  22.  
  23. </style>
  24. </head>
  25. <body>
  26.  
  27.  
  28.  
  29.  
  30. <center>
  31.  
  32. <h1 style="font-family:helvetica;font-size:30px;">EonHub Panel</h1>
  33.  
  34. <a href="https://itweakos.app/apps/ipas/appinstallersigned.ipa" style="display:block;width:80%;border-radius:10px;font-family:helvetica;font-size:17px;color:white;background-color:#444;box-shadow:1px 2px 30px #aaa;padding:10px;text-decoration:none;margin-bottom:10px;">Resign iPA's</a>
  35.  
  36. <h1 style="font-family:helvetica;font-size:17px;color:green;">Status: Signed</h1>
  37.  
  38. <br>
  39.  
  40. <form action="" method="">
  41.  
  42. <div class="container">
  43. <h1 style="font-family:helvetica;font-size:20px;">iPA File</h1>
  44. <input type="file" name="fileToUpload" id="fileToUpload">
  45. <h1 style="font-family:helvetica;font-size:20px;">Bundle id</h1>
  46. <input type="password" placeholder="co.caspd3v.app" name="id" required>
  47. <br>
  48. <button style="display:block;width:80%;border-radius:10px;font-family:helvetica;font-size:17px;color:white;background-color:#444;box-shadow:1px 2px 30px #aaa;padding:10px;text-decoration:none;margin-bottom:10px;" type="submit">Sign iPA</button>
  49.  
  50. </div>
  51. </form>
  52.  
  53. <br>
  54.  
  55. <form action="" method="">
  56.  
  57. <div class="container">
  58. <h1 style="font-family:helvetica;font-size:20px;">iPA Link</h1>
  59. <input type="text" placeholder="https://eonhub.fun/ipas/app.ipa" name="ipa" required>
  60. <h1 style="font-family:helvetica;font-size:20px;">App Name</h1>
  61. <input type="password" placeholder="EonHub" name="id" required>
  62. <br>
  63. <button style="display:block;width:80%;border-radius:10px;font-family:helvetica;font-size:17px;color:white;background-color:#444;box-shadow:1px 2px 30px #aaa;padding:10px;text-decoration:none;margin-bottom:10px;" type="submit">Generate Plist</button>
  64.  
  65. </div>
  66. </form>
  67.  
  68.  
  69. <br>
  70. </center>
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement