-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (65 loc) · 4.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>MCinaBox Releases</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62831205-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-62831205-9');
</script>
</head>
<body class="bg-light">
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href=".">MCinaBox Releases</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href=".">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="downloads">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/AOF-Dev/MCinaBox">GitHub</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron" style="margin-bottom: 0">
<div class="container">
<h1 class="display-4">About the project</h1>
<p>MCinaBox is an open-source Minecraft launcher for Android devices. It was created by Chinese developer <a href="https://github.com/longjunyu2" target="_blank">longjunyu2</a> using parts of a previous project called BoatApp, allowing anyone with a relatively recent Android phone or tablet to play the Java edition of Minecraft on their device - even without an internet connection.</p>
<p>This site was created by a bored Minecraft YouTuber, <a href="https://youtube.com/friendlyfredward" target="_blank">friendlyfredward</a>, because I thought the app should have a more user-friendly appearance for people who are unfamiliar with GitHub.</p>
<p><a class="btn btn-primary btn-lg" href="downloads" role="button">Downloads</a>
<a class="btn btn-outline-secondary btn-lg" href="https://github.com/AOF-Dev/MCinaBox#readme" target="_blank" role="button">GitHub</a></p>
</div>
</div>
<div class="container bg-light text-center">
<h1 style="padding-top:16px">Troubleshooting</h1>
<p>Make sure to watch the video tutorial below. You can also join my <a href="https://fredward.xyz/discord" target="_blank">discord server</a>, where I'll do my best to help you!<br>
It's important to remember that this is still very experimental, you are playing Minecraft on a phone after all. Some phones just don't work, some versions just won't launch. I'll do my best to help you troubleshoot but please remember it just might not be possible for some devices, especially old/cheap ones.</p>
<div class="container" style="max-width:540px;padding-bottom:16px;">
<p><div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/2mZALSWwSis?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></p>
<p><div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/a24NNkB177Y?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></p>
<p>Updated tutorials coming soon...</p>
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channelid="UCqUaRU5iREWbVkaM42R-Rag" data-layout="full" data-count="default"></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>