-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (114 loc) · 4.24 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
<html>
<head>
<title>Nihon Minigames News and Updates</title>
<style>
* {
box-sizing: border-box;
}
body {
color: #000000;
background: #ffffff;
font-family: sans-serif;
}
p:last-child {
margin-bottom: 0;
}
ul {
list-style: none;
padding: 0;
}
li {
padding: lem;
margin-bottom: lem;
}
h3 {
margin-top: 0;
font-size: 1.35em;
color: #000000;
}
img {
width: 100%;
max-width: 600px;
}
date {
margin-top: 0;
margin-bottom: 0;
font-size: 0.7em;
color: #808080;
}
</style>
</head>
<body>
<ul>
<li>
<h3>[Warning] Information about Launcher.</h3>
<date>26.09.2022 16:25</date>
<p>If Launcher not responding, when your game is downloading don't worry and don't close Launcher.</p>
<p>This happens when Launcher extracting game to a folder.</p>
<p>After a while everything will be back to normal.</p>
</li>
<li class="Welcome">
<h3>Welcome to Nihon Minigames!</h3>
<p>Many different gamemodes. Japanese maps for the game and other!</p>
<p>Beta test soon! Fell free to join us!</p>
<img src="bannerbeta.jpg" alt="BannerBeta">
</li>
<li>
<h3>[Update] Version 0.0.8-0.1.0</h3>
<p>- Updated Launcher to support pictures.</p>
<p>- Updated Game's widgets.</p>
<p>- Fixed a lot of bugs.</p>
<p>- Updated Game's test map. (Fixed colliders).</p>
<p>- Fixed Settings menu.</p>
<p>- Second test for testers.</p>
<p>- Created Installer and Uninstaller for Launcher</p>
</li>
<li>
<h3>[Update] Version 0.0.7</h3>
<p>- Rewrited Launcher Updater.</p>
<p>- Changed hosting for Game News site.</p>
<p>- Fixed bugs.</p>
<p>- Updated Main Launcher.</p>
</li>
<li>
<h3>[Update] Version 0.0.6</h3>
<p>- Recreated Settings menu.</p>
<p>- Fixed bugs.</p>
<p>- Created Loading Screen menu.</p>
</li>
<li>
<h3>[Update] Version 0.0.5</h3>
<p>- Created Settings menu.</p>
<p>- Updated Interface.</p>
<p>- Fixed a lot of bugs.</p>
</li>
<li>
<h3>[Update] Version 0.0.4</h3>
<p>- Added game graphics settings.</p>
<p>- Updated game's GUI.</p>
<p>- Fixed some bugs.</p>
</li>
<li>
<h3>[Update] Version 0.0.3</h3>
<p>- Added News function to launcher.</p>
<p>- Updated Launcher's design.</p>
<p>- Updated Launcher's / game icon.</p>
<p>- Created webpage for game news and updates information.</p>
</li>
<li>
<h3>[Update] Version 0.0.2</h3>
<p>- Updated Launcher's design.</p>
<p>- Updated Launcher's button function.</p>
<p>- Updated Launcher's autoupdater design.</p>
<p>- Made Window for Launcher and Launcher's autoupdater NonResizable.</p>
<p>- Started working at custom button colour for Launcher.</p>
</li>
<li>
<h3>[Update] Version 0.0.1</h3>
<p>- Created first Launcher.</p>
<p>- Created design of map for the game.</p>
<p>- Started working at Launcher's autoupdater.</p>
</li>
</ul>
</body>
</html>