V2.0.1! Added a version number on the bottom right and a future way to add a logo. Also changed version scheme

This commit is contained in:
abrendan
2024-01-22 19:44:09 +00:00
parent 91e2fa270a
commit b28d9a16db
3 changed files with 18 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<body onload = "onload()">
<div id = "Main">
<audio id = "Ding" src = "Ding.mp3"> </audio>
<!-- <img id = "Logo" src="https://micdropmessages.app/pictures/micdropmessages_logo-circle.png" alt="Logo"> -->
<h1 id = "Title"> MicDropMessages V2 </h1>
<p>Welcome to MicDropMessages! This small webbased application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.</p>
<div id = "AccessPort">
@@ -45,6 +46,7 @@
<button id="WebsiteButton" onclick=" window.open('http://www.abrendan.dev','_blank')" class="button">abrendan.dev</button>
</div>
<br><br>
<p class="version-number">V2.0.1</p>
</div>
</body>
</html>