|
|
@@ -174,9 +174,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="footer">
|
|
|
+ <div id="github">
|
|
|
+ <span>Help us improve! <a href="https://github.com/tuanchris/dune-weaver/pulls" target="_blank">Submit a Pull Request</a> or <a href="https://github.com/tuanchris/dune-weaver/issues/new" target="_blank">Report a Bug</a>.</span>
|
|
|
+ <a href="https://github.com/tuanchris/dune-weaver/issues" target="_blank">
|
|
|
+ <img src="https://img.shields.io/github/issues/tuanchris/dune-weaver?style=flat-square" alt="GitHub Issues">
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <button id="debug_button" class="small-button" onclick="toggleDebugLog()">
|
|
|
+ Show Debug log
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
|
|
|
<div id="status_log">
|
|
|
- <h2>Status Log</h2>
|
|
|
<!-- Messages will be appended here -->
|
|
|
</div>
|
|
|
<script>
|