Explorar el Código

add back footer

Tuan Nguyen hace 1 año
padre
commit
05084350e5
Se han modificado 1 ficheros con 13 adiciones y 1 borrados
  1. 13 1
      templates/index.html

+ 13 - 1
templates/index.html

@@ -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>