feat: finalise content

This commit is contained in:
Jones8683
2025-08-03 20:31:05 +09:30
parent bb6bf7bfb2
commit 028c011a98
2 changed files with 19 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+19 -3
View File
@@ -49,10 +49,26 @@ export function OpenMinecraftServerPopup() {
textcontainer.classList.add("whatsnewTextContainer"); textcontainer.classList.add("whatsnewTextContainer");
let text = stringToHTML(/* html */ ` let text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%; overflow-y: scroll;">
<h1>Text to be here....</h1> <h1>Join our community in Minecraft!</h1>
<ul>
<li>Join the official BetterSEQTA+ Minecraft Server community now!</li>
</ul>
<h1>Server Features</h1>
<ul>
<li>SMP as our first release gamemode</li>
<li>Community events and competitions</li>
<li>Custom world generation</li>
<li>Regular updates and maintenance</li>
<li>The End dimension will be enabled during an upcoming live event</li>
</ul>
<div style="text-align: center; margin-top: 10px;">
<img src="https://raw.githubusercontent.com/Jones8683/BetterSEQTA-Plus/main/src/resources/ip-adress.png" alt="IP Address" />
</div> </div>
`).firstChild; </div>
`).firstChild;
let footer = stringToHTML(/* html */ ` let footer = stringToHTML(/* html */ `
<div class="whatsnewFooter"> <div class="whatsnewFooter">