Skip to content

Commit 1414321

Browse files
committed
Merge branch 'gh-pages'
2 parents 30d3e89 + 69262b5 commit 1414321

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

404.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<title>AndroidRoot.Mobi - 404 Page not found!</title>
10+
11+
<!-- Bootstrap -->
12+
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
13+
14+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
15+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
16+
<!--[if lt IE 9]>
17+
<script src="/static/js/html5shiv.min.js"></script>
18+
<script src="/static/js/respond.min.js"></script>
19+
<![endif]-->
20+
</head>
21+
<body>
22+
23+
<nav class="navbar navbar-default navbar-static-top">
24+
<div class="container">
25+
<div class="navbar-header">
26+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
27+
aria-expanded="false" aria-controls="navbar">
28+
<span class="sr-only">Toggle navigation</span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
<a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
34+
<p class="navbar-text">Rooting all your tablets!</p>
35+
</div>
36+
<div id="navbar" class="navbar-collapse collapse navbar-right">
37+
<ul class="nav navbar-nav">
38+
<li class="active"><a href="/">Home</a></li>
39+
<li class=""><a href="/pages/about-us/">About Us</a></li>
40+
<li class=""><a href="/pages/donations/">Donations</a></li>
41+
<li class="dropdown ">
42+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
43+
<ul class="dropdown-menu dropdown-menu-right">
44+
<li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
45+
<li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
46+
47+
</ul>
48+
</li>
49+
<li class="dropdown ">
50+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
51+
<ul class="dropdown-menu dropdown-menu-right">
52+
<li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
53+
<li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
54+
55+
</ul>
56+
</li>
57+
</ul>
58+
</div>
59+
</div>
60+
</nav>
61+
62+
<div class="container">
63+
<h1>404 Page not found!</h1>
64+
</div>
65+
<div class="container">
66+
67+
<p>The page you visited does not exist.</p>
68+
69+
</div>
70+
71+
72+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
73+
<script src="/static/js/jquery-1.11.3.js"></script>
74+
<!-- Include all compiled plugins (below), or include individual files as needed -->
75+
<script src="/static/js/bootstrap.min.js"></script>
76+
</body>
77+
</html>

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
www.androidroot.mobi
1+
www.androidroot.mobi

0 commit comments

Comments
 (0)