Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Changed the visual style of the uplad button #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@
<body>
<div class="container-fluid">
<h1 id="name">Mindustry Mod Creator</h1><h6>By Paulao17</h6>

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why so many empty lines ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. You can remove the empty lines of course.








<button type="button" class="btn btn-primary" onclick="saveMod()">Save to zip</button>

<button type="button" class="btn btn-primary">
<input type="file" id="files" name="files[]" multiple />
<output id="list"></output>
</button>

<div class="container border">
<h2>Mod metadata</h2>
Expand Down