You can download front-end HTML file and edit the file after downloading, or order some design on top of it.
Please keep the scripts, IDs and classes otherwise some important functions may not work properly.
Just upload index.html file to your website - and your token lock information will be there!
<div id="admin" style="text-align: center; display: none">
<hr>
<h2>Admin area</h2>
<p>You see this because you are the owner of the tokens.<br>
When the locking time expires you will be available to withdraw tokens back to your wallet.</p>
<p><span id="nothing" style="color: red; display: none">Nothing to withdraw</span></p>
<p><button id="withdraw">Withdraw</button></p>
<div id="adminLock">
<hr>
<p>To lock tokens just send them to the contract address<br>
<span id="adminContract"></span><br>
<button id="copyAddressAdmin" class="btnmodal">Copy address</button></p>
<div style="text-align: center" id="adminqr"></div>
<p style="text-align: center"><a style="text-decoration: none" id="admind" href="" download>Download QR</a></p>
</div>
</div>