File: /var/www/html/s3-file-server/changelog.html
<html>
<head>
<link rel='stylesheet' href='src/css/main.css'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel='stylesheet' href='src/css/responsive.css' media='screen and (max-width:900px)'>
<title>File Server | Changelog</title>
</head>
<body>
<div class='topNav'>
<div class='aboutTxt'>
<a href='index.php'><img src='src/img/home.png' width='25px'></a>
</div>
</div>
<div class='mainBody paddLeft'>
<br />
<b>Changelog:</b>
<br/><br/>
<b>V2.0</b>
<ul>
<li>Entire UI update</li>
<li>Allows multiple file uploads at once</li>
<li>Security Updates</li>
</ul>
<br />
<b>V1.2.3</b>
<ul>
<li>Added and option to prevent file deletion by users. <br />Admin can turn on this option from the server</li>
<li>Clients can see there IP address in stat page</li>
</ul>
<br />
<b>V1.2.2</b>
<ul>
<li>Added changelogs page</li>
<li>Removed version number from home page</li>
<li>Added home icon instead of text</li>
<li>Spacing issues fixed</li>
<li>UI enhancements</li>
</ul>
</div>
</body>
</html>