-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·95 lines (89 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<title>UDCP.INFO</title>
<meta charset="UTF-8">
<meta name="description" content="" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript" src="js/prettify.js"></script><!-- PRETTIFY -->
<script type="text/javascript" src="js/kickstart.js"></script><!-- KICKSTART -->
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="contents" class="clearfix">
<!-- Sidebar -->
<aside id="sidebar" class="col_2">
<img src="img/logo.png" />
<ul style="margin-top: 50px;">
<h4>MINECRAFT</h4>
<li><a href="#">WORLD#1</a></li>
<li><a href="#">WORLD#2</a></li>
</ul>
<ul style="margin-top: 40px;">
<h4>Cycling</h4>
<li><a href="#">Team YAGI</a></li>
</ul>
<ul style="margin-top: 40px;">
<h4>OTHER</h4>
<li><a href="#">UDCP STATUS</a></li>
<li><a href="#">udcp.net</a></li>
</ul>
</aside>
<!-- /Sidebar -->
<header>
</header>
<!-- Contents -->
<section>
<h2 class="col_10">HOT TOPICS</h2>
<article class="col_4">
<h3>Mod Server</h3>
<p>壮大な世界に科学力で挑む。大量のMODを入れた新サーバースタート。
<div class="next"><a href="minecraft/eldaria">» 続きを読む</a></div>
</article>
<article class="col_3">
<h3>Minecraft WORLD #2</h3>
<p>
もうひとつの世界、誕生。<br />
みんなが待ち望んだ、新バージョン対応のワールドです。これまでのデータを一新し、新たな世界を作っていきます。
<div class="next"><a href="#">» 続きを読む</a></div>
</p>
</article>
<article class="col_3">
<h3>UDCP.INFO</h3>
<p>UDCP.INFO サイト開設しました。udcp.netを補佐するサーバーとして、主にゲームのホストや一部コンテンツのホスト、そして障害時の支援を行います。
<div class="next"><a href="#">» 続きを読む</a></div>
</p>
</article>
<section class="col_10" style="height: 400px;">
<iframe width="760" height="400" src="http://udcp.info/map/#/325/64/223/-5/0/0"></iframe>
</section>
</section>
<!-- /Contents -->
</div>
</div>
<footer class="clearfix">
<nav class="col_4">
<ul class="alt2">
<li><a href="#">MINECRAFT</a></li>
<li><a href="http://udcp.net">udcp.net</a></li>
</ul>
</nav>
<nav class="col_4">
<ul class="alt2">
<li>MINECRAFT</li>
<li>udcp.net</li>
</ul>
</nav>
<nav class="col_4">
<ul class="alt2">
<li>MINECRAFT</li>
<li>udcp.net</li>
</ul>
</nav>
</footer>
</body>
</html>