This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (90 loc) · 3.35 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
<html>
<head>
<title>Nincraft</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="shortcut icon" href="http://nincraft.com/images/favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-9068314-5' ]);
_gaq.push([ '_trackPageview' ]);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl'
: 'http://www')
+ '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<meta name="theme-color" content="#5373f4">
<link rel="icon" sizes="192x192"
href="images/highres-android-chrome.png">
</head>
<body>
<div id="wrapper">
<div id="top">
<div class="t1">
<div class="inner-t1">
<a href="http://twitter.com/ninminecraft"><div class="btn">Twitter!</div></a>
</div>
</div>
<div id="logo"></div>
<div class="t1">
<div class="inner-t1">
<a href="https://plus.google.com/communities/115268630126718861269"><div
class="btn">Google+!</div></a>
</div>
</div>
</div>
<div id="back-bar"></div>
<div id="server-info">
NEB2: play.nincraft.com:25560
</div>
<div id="content">
<div class="page-title">
<h2>News</h2>
</div>
<div class="news-block">
<span class="news-title">Nincraft Electric Boogaloo 2</span> <span
class="news-timestamp">on May 6th 2014</span> <span
class="news-author">by Nincodedo</span>
<div class="news-body">
We've started our own mod pack, Nincraft Electric Boogaloo 2. It
can be found on Technic's website here, <a
href="http://www.technicpack.net/modpack/details/nincraft">http://www.technicpack.net/modpack/details/nincraft</a>.
Send us a tweet or email if you'd like to be added to the
whitelist. You can also check out our Github page and report issues
here, <a
href="https://github.com/Nincraft/NincraftElectricBoogaloo2RevengeoftheFallen">https://github.com/Nincraft/NincraftElectricBoogaloo2RevengeoftheFallen</a>.
</div>
</div>
<div class="news-block">
<span class="news-title">Feed The Beast</span> <span
class="news-timestamp">on March 25th 2014</span> <span
class="news-author">by Nincodedo</span>
<div class="news-body">We're currently running a Feed The
Beast server with the Test Pack Please Ignore mod pack. Send us a
tweet or email if you'd like to be added to the whitelist.</div>
</div>
<div class="news-block">
<span class="news-title">Welcome to Nincraft!</span> <span
class="news-timestamp">on January 6th 2013</span> <span
class="news-author">by Nincodedo</span>
<div class="news-body">Hello everyone and welcome to Nincraft.
Nincraft is a continuation of OCW Minecraft just with a different
name. No major changes. If you have any questions, feel free to
send us a tweet or an email. Don't forget to join our server at
play.nincraft.com! Hope to see you there!</div>
</div>
</div>
<div id="footer">
For any questions, comments, or concerns, please email us at <a
href="mailto:support@nincraft.com">support@nincraft.com</a></br> ©
Nincraft 2017</br> Logo created by <a href="http://twitter.com/_andrio">Andrio</a>
because he's a cool guy
</div>
</div>
</body>
</html>