mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
update styles and html for online mods page, add open external link function
This commit is contained in:
@@ -80,8 +80,18 @@
|
||||
|
||||
<template id="mod-template">
|
||||
<div class="mod-container">
|
||||
<h3 id="mod-title"> Mod Title </h3>
|
||||
<p id="mod-description"> description </p>
|
||||
<div class="mod-text">
|
||||
<h3 id="mod-title">Mod Title</h3>
|
||||
<p id="mod-description">description</p>
|
||||
<p class="transparent-text">V1.0.0 last update on 01/01/2026</p>
|
||||
|
||||
<div class="mod-actions">
|
||||
<button class="default-button" onclick="downloadMod()">Download</button>
|
||||
<a href="https://google.com" class="default-button" id="external-link">Website</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<img class="mod-icon" src="assets/placeholder_icon.png" alt="mod icon">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user