forked from ZeruLight/Servers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlauncher_list.html
61 lines (54 loc) · 3.17 KB
/
launcher_list.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
<!DOCTYPE HTML>
<html lang="jp-JP">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>MHF-Z News</title>
<link rel="stylesheet" type="text/css" href="./css/mhf_info_list.css">
<style type="text/css">
*{margin:0; padding:0; border:none}
html,body{width:100%;}
body{
background-color:#ccc2bc; color:#000;
font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:10pt; line-height:11pt;
}
a{color:#00F; text-decoration:none}
a:link{color: #55388B}
a:visited{color:#5A0064}
a:hover{color:#9223F5; text-decoration:underline}
#mhf_body{width:513px; margin:0 auto}
#launcher_middle{width:513px; background:#FFF url(images/launcher_list/body_bg.gif) repeat-y}
</style>
</head>
<body>
<div id="mhf_body"><div id="launcher_middle"><div class="info_table"><!--###content###-->
<div class="important_info">
<!--Announcements-->
<div class="head"><div class="lbl"></div></div>
<ul class="article">
<li><div class="date">2023-04-01</div><div class="body"><a href="https://discord.com/channels/368424389416583169/929509970624532511/1091620657508401162">Server Update 9.2 — Quest fixes,<br>Gacha support and tons of bug fixes!</a></div><div class="icon"></div></li>
<li><div class="date">2023-02-27</div><div class="body"><a href="https://discord.com/channels/368424389416583169/929509970624532511/1079728825996427284">English Patch 4.1 — Fix "Unknown" weapons,<br>NPC changes & Diva Support.</a></div><div class="icon"></div></li>
</ul>
</div>
<div class="normal_info">
<!--News-->
<div class="head"><div class="info lbl"></div></div>
<ul class="article">
<li><div class="date">2022-11-04</div><div class="body"><a href="https://discord.com/channels/368424389416583169/929509970624532511/1038013064643092511">Server Update 9.1! Hunter Festival, Return<br>worlds and NetCafe are back!</a></div></li>
<li><div class="date">2022-07-07</div><div class="body"><a href="https://xl3lackout.github.io/MHFZ-Ferias-English-Project/">Deerby & Supream have been updating Ferias!<br>You can find any and all MHF info/data there!</a></div></li>
<li><div class="date">2022-07-07</div><div class="body"><a href="https://github.com/Chakratos/mhf-save-manager/releases/latest">Server hosts, get Chakratos' Save Manager!<br>Use it to enhance your Erupe server!</a></div></li>
</ul>
</div>
<div class="normal_info">
<!--Others-->
<div class="head"><div class="other_news lbl"></div></div>
<ul class="article">
<li><div class="date">2022-08-02</div><div class="body"><a href="https://discord.com/channels/368424389416583169/929509970624532511/1003985850255818762">Server Update 9.0 is out! Enjoy MezFes and<br>all the other new content!</a></div></li>
<li><div class="date">2022-05-04</div><div class="body"><a href="https://discord.com/channels/368424389416583169/929509970624532511/971158438308610078">English Community Translation 2 is here!<br>Get the latest translation patch!</a></div></li>
<li><div class="date">2022-05-04</div><div class="body"><a href="https://discord.gg/CFnzbhQ">Join the community Discord for future updates!</a></div></li>
</ul>
</div>
<!--###content###--></div></div></div>
</body>
</html>