Browse Source

quickie splash page

Sticktron 6 years ago
parent
commit
31143ada2c
2 changed files with 66 additions and 4 deletions
  1. BIN
      docs/images/g0blin.png
  2. 66 4
      docs/index.html

BIN
docs/images/g0blin.png


+ 66 - 4
docs/index.html

@@ -1,8 +1,70 @@
-<html>
+<!DOCTYPE html>
+<html lang="en">
 <head>
-	<title>g0blin</title>
+	<!-- Global site tag (gtag.js) - Google Analytics -->
+	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19050693-4"></script>
+	<script>
+	  window.dataLayer = window.dataLayer || [];
+	  function gtag(){dataLayer.push(arguments);}
+	  gtag('js', new Date());
+
+	  gtag('config', 'UA-19050693-4');
+	</script>
+	
+    <meta charset="utf-8">
+    
+    <title>g0blin jailbreak</title>
+    <meta name="description" content="g0blin jailbreak">
+    <meta name="author" content="Sticktron">
+    
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <!-- <meta name="apple-mobile-web-app-status-bar-style" content="black"> -->
+    
+    <link rel="icon" href="images/favicon.png" type="image/png">
+	
+	<style type="text/css">
+		html {
+		}
+		body {
+			background-color: #1a1a1a;
+			color: #eee;
+			font-family: Helvetica, arial, sans-serif;
+			font-family: monospace;
+		}
+		link, link.visited {
+			color: #8000ff;
+		}
+		link.active, link.hover {
+			color: #ff0080;
+		}
+		#box {
+			margin: 15% auto 0;
+			padding: 20px 0;
+			width: 640px;
+			/* height: 320px; */
+			/* background-color: #212121; */
+			text-align: center;
+		}
+		#logo {
+			margin-bottom: 20px;
+		}
+	</style>
 </head>
+
 <body>
-	testing 1,2,3...
+    testing 85,15,5
+	
+	<div id="box">
+		<image id="logo" src="images/g0blin.png" width="50%"/>
+		<p>jailbreak for iOS 10.3.x | 64-bit | A7-A9</p>
+		<p>install with Cydia Impactor</p>
+		<p>{ download g0blin RC0 }</p>
+		
+		<br/><br/>
+		
+		<p>😈</p>
+	</div>
 </body>
-</html>
+
+</html>