index.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Global site tag (gtag.js) - Google Analytics -->
  5. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-19050693-4"></script>
  6. <script>
  7. window.dataLayer = window.dataLayer || [];
  8. function gtag(){dataLayer.push(arguments);}
  9. gtag('js', new Date());
  10. gtag('config', 'UA-19050693-4');
  11. </script>
  12. <meta charset="utf-8">
  13. <title>g0blin jailbreak</title>
  14. <meta name="description" content="g0blin jailbreak">
  15. <meta name="author" content="Sticktron">
  16. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  17. <meta name="apple-mobile-web-app-capable" content="yes">
  18. <!-- <meta name="apple-mobile-web-app-status-bar-style" content="black"> -->
  19. <link rel="icon" href="images/favicon.png" type="image/png">
  20. <style type="text/css">
  21. html {
  22. }
  23. body {
  24. background-color: #1a1a1a;
  25. color: #eee;
  26. font-family: Helvetica, arial, sans-serif;
  27. font-family: monospace;
  28. }
  29. link, link.visited {
  30. color: #8000ff;
  31. }
  32. link.active, link.hover {
  33. color: #ff0080;
  34. }
  35. #box {
  36. margin: 15% auto 0;
  37. padding: 20px 0;
  38. width: 640px;
  39. /* height: 320px; */
  40. /* background-color: #212121; */
  41. text-align: center;
  42. }
  43. #logo {
  44. margin-bottom: 20px;
  45. }
  46. </style>
  47. </head>
  48. <body>
  49. testing 85,15,5
  50. <div id="box">
  51. <image id="logo" src="images/g0blin.png" width="50%"/>
  52. <p>jailbreak for iOS 10.3.x | 64-bit | A7-A9</p>
  53. <p>install with Cydia Impactor</p>
  54. <p>{ download g0blin RC0 }</p>
  55. <br/><br/>
  56. <p>😈</p>
  57. </div>
  58. </body>
  59. </html>