mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Clean the renderer.js and the search bar now match the theme
This commit is contained in:
@@ -12,11 +12,8 @@
|
||||
|
||||
<div class="welcome-div" id="main-div">
|
||||
<br>
|
||||
<div id="page">
|
||||
</div>
|
||||
|
||||
<div class="button-div" id="button-div">
|
||||
</div>
|
||||
<div id="page"></div>
|
||||
<div class="button-div" id="button-div"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -25,7 +22,7 @@
|
||||
</template>
|
||||
|
||||
<template id="one-button-template">
|
||||
<button class="default-button bigger-button" onclick="importData()">Import Data</button>
|
||||
<button class="default-button bigger-button" onclick="initialImportData()">Import Data</button>
|
||||
<button class="default-button bigger-button" onclick="next()">Next →</button>
|
||||
</template>
|
||||
|
||||
@@ -78,6 +75,6 @@
|
||||
<h1 class="title">Tutorial to download mod from nexus</h1>
|
||||
</template>
|
||||
|
||||
<script src="welcome.js"></script>
|
||||
<script src="renderer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user