-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (105 loc) · 4.11 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/images/icon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Minecraft</title>
</head>
<header>
<div class="headercontainer">
<img class="logo" src="images/logo.png">
<ul class="menu">
<li>Home</li>
<li>Game</li>
<li>Community</li>
<li>Store</li>
<li>Profile</li>
</ul>
<div class="user">cotamilhas</div>
</div>
</header>
<body>
<div class="main">
<div class="left">
<div class="video">
<iframe width="630" height="350"
src="https://www.youtube.com/embed/MmB9b5njVbA?hd=1&autohide=1&showinfo=0" frameborder="0"
allowfullscreen="" data-ruffle-polyfilled=""></iframe>
</div>
<div>
<p>
<div>Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come
out, make sure to build a shelter before that happens. It also has music by <a
href="https://c418.org/">C418</a>! So far <span id="peopleCount">0</span> people have registered
and <span id="boughtCount">0</span> people bought the game. <a
title="This page doesn't exist anymore but here is stats from back then."
href="https://web.archive.org/web/20111206122915/http://www.minecraft.net/stats">More stats
here</a>.</div>
<script src="script.js"></script>
</p>
</div>
<script src="script.js"></script>
</div>
<div class="right">
<img class="animals" src="images/animals.png">
<div class="btnbuy">
<a href="https://www.minecraft.net/en-us/get-minecraft"><img src="images/buy_now.png"></a>
</div>
<p>
Play Minecraft
<br>
<a href="https://mess.eu.org/web/">In browser</a> | <a
href="https://www.minecraft.net/en-us/get-minecraft">Download</a>
</p>
<p class="small">
Play Minecraft Classic (Outdated, but free)
<br>
<a href="">Single player</a> | <a href="https://classic.minecraft.net/">Multi player</a>
</p>
</div>
</div>
<div style="clear:both; height:0"></div>
<div class="container">
<section class="centralized-section">
<img src="images/facebook_icon.png" alt="">
<a href="https://www.facebook.com/minecraft/">Join Us on Facebook</a>
<p>Join the Minecraft community on Facebook by liking our page <a
href="https://www.facebook.com/minecraft/">facebook.com/minecraft</a>.</p>
<br>
<p>Looking for this cool little thing?</p>
</section>
<section class="centralized-section" style="padding-left: 40px; padding-right: 40px;">
<img src="images/tumblr_icon.png" alt="">
<a href="https://www.tumblr.com/">Word of Notch</a>
<p>Read up on the latest Minecraft development in Notch's personal blog.</p>
<div class="links">
<a href="https://minecraft.fandom.com/wiki/The_Word_of_Notch">What is the Word of Notch?</a>
<div class="timestamp">about a minute ago</div>
<a href="https://web.archive.org/web/20210730181322/http://notch.tumblr.com/">Archive 1</a>
<div class="timestamp">3 minutes ago</div>
<a href="https://archive.org/details/TheWordofNotch_Tumblr">Archive 2</a>
<div class="timestamp">8 minutes ago</div>
<a href="https://blog.omniarchive.uk/archive/">Archive 3</a>
<div class="timestamp">18 minutes ago</div>
</div>
</section>
<section class="centralized-section">
<img src="images/twitter_icon.png" alt="">
<a href="https://twitter.com/notch">Twitter / @notch</a>
<p>Notch is also on the Twitter. We strongly suggest you <a href="https://twitter.com/notch">follow his
flabbergasted tweets</a>.</p>
<div class="twittertext">
<p>Some Minecraft Update here...</p>
<div class="timestamp">about a minute ago</div>
<p>Some Reply here...</p>
<div class="timestamp">3 minutes ago</div>
<p>Some Opinion here...</p>
<div class="timestamp">18 minutes ago</div>
</div>
</section>
</div>
<footer>Mojang © 2009-2011. "Minecraft" is a trademark of Mojang — Website by cotamilhas</footer>
</body>
</html>