add footer with project link and version
authorMoritz Warning <moritzwarning@web.de>
Sun, 5 Apr 2020 22:45:35 +0000 (00:45 +0200)
committerPaul Spooren <mail@aparcar.org>
Sun, 5 Apr 2020 22:49:37 +0000 (12:49 -1000)
index.css
index.html

index a1c2e13efb6c82a4284caec12b323502752b9136..fb3cda861a230d7f7bd219aa062c466c258d4518 100644 (file)
--- a/index.css
+++ b/index.css
@@ -217,3 +217,12 @@ header > div {
   padding: 10px 0;
   display: none;
 }
+
+#footer {
+  font-size: 0.8em;
+  text-align: right;
+}
+
+#footer a {
+  text-decoration: none;
+}
index 21f91d58cdcd528462503a6a953bfa168c4c7c90..2c973ba6e30be580078f8fa9f9cbcf99c361a109 100644 (file)
                                <span id="other-help" class="download-help tr-other-help">Image of unknown purpose.</span>
                        </div>
                </div>
+
+               <div id="footer">
+                       <span><a href="https://github.com/mwarning/yet_another_firmware_selector">YAFS</a> v2.2.0</span>
+               </div>
        </div>
 </div>
+
 </body>
 </html>