mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-22 20:04:45 +01:00
17 lines
338 B
HTML
17 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Private Nikke Server Launcher</title>
|
|
<style>
|
|
* {
|
|
color: white;
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>What's new in Nikke Private Server - v0.1.1</h1>
|
|
<p>Bug fixes</p>
|
|
</body>
|
|
</html>
|