-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.9 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 2.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8">
<title>minecraft guide</title>
</head>
<body id="body">
<div id="options">
<input type="button" id="closecartbutton" value="🠈" onclick="openclosecart()">
<h1>index</h1>
<a href="index.html"><button>Home</button></a><br>
<a href="Mining.html"><button>Mining</button></a><br>
<a href="crafting.html"><button>Crafting</button></a><br>
<a href="eaglercraft.html"><button>Eaglercraft</button></a>
</div>
<nav><input type="button" value="🠊" onclick="openclosecart()"></nav>
<h1>minecraft or eaglercraft(online minecraft)</h1>
<p>here are some tips and recipes for crafting and mining in minecraftor eaglercraft</p>
<div id="crafting preveiw">
<h2>crafting</h2>
<p>crafting is pretty easy you just need a crafting table and supplies tho make the crafting table you will need to mine four logs
and then go to your inventory and you will see the four squares put the logs in one spot and drag out 16 planks then...<br>keep reading</p>
<a href="crafting.html">here</a>
</div>
<div id="mining priview">
<h2>Mining</h2>
<p>Mining with tools is easy but in surival you have to create the tools and to make tools you need to be in a forest biome with lots of trees and lots of wood and mountains
for the first tool tou need a crafting table,a couple logs(oak or birch), a couple planks(oak or birch) and a place to put your crafting table.then grab...<br>Keep reading</p>
<a href="Mining.html">here</a>
</div>
<button id="helper" onclick="helperalert()" value="?"></button>
<script src="script.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>