projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa49c63
)
add footer with project link and version
author
Moritz Warning
<moritzwarning@web.de>
Sun, 5 Apr 2020 22:45:35 +0000
(
00:45
+0200)
committer
Paul Spooren
<mail@aparcar.org>
Sun, 5 Apr 2020 22:49:37 +0000
(12:49 -1000)
index.css
patch
|
blob
|
history
index.html
patch
|
blob
|
history
diff --git
a/index.css
b/index.css
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;
+}
diff --git
a/index.html
b/index.html
index 21f91d58cdcd528462503a6a953bfa168c4c7c90..2c973ba6e30be580078f8fa9f9cbcf99c361a109 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-82,7
+82,12
@@
<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>