mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-17 09:24:37 +01:00
22 lines
524 B
HTML
22 lines
524 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>EpinelPS</title>
|
|
<style>
|
|
* {
|
|
color: white;
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Recent EpinelPS updates</h1>
|
|
<ul>
|
|
<li>Updated game version to 133.8.13 (6/14/25)</li>
|
|
<li>Updated game version to 133.8.2 (5/15/25)</li>
|
|
<li>Implemented admin panel (5/4/25)</li>
|
|
<li>Subquests and messenger works now (5/2/25)</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|