File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -410,4 +410,27 @@ select {
410
410
border-radius : 4px ;
411
411
text-align : center;
412
412
line-height : 1.5 ;
413
+ }
414
+
415
+ /* Footer styles */
416
+ .footer {
417
+ margin-top : 30px ;
418
+ text-align : center;
419
+ padding : 15px 0 ;
420
+ border-top : 1px solid # ddd ;
421
+ }
422
+
423
+ .footer-content {
424
+ color : # 666 ;
425
+ font-size : 14px ;
426
+ }
427
+
428
+ .footer a {
429
+ color : # 007bff ;
430
+ text-decoration : none;
431
+ font-weight : 500 ;
432
+ }
433
+
434
+ .footer a : hover {
435
+ text-decoration : underline;
413
436
}
Original file line number Diff line number Diff line change @@ -83,6 +83,12 @@ <h2>Repository Information</h2>
83
83
</ div >
84
84
</ div >
85
85
86
+ < footer class ="footer ">
87
+ < div class ="footer-content ">
88
+ WebAPT is available on < a href ="https://github.com/HeyMeco/WebAPT " target ="_blank "> GitHub</ a >
89
+ </ div >
90
+ </ footer >
91
+
86
92
< script src ="/static/script.js "> </ script >
87
93
</ body >
88
94
</ html >
You can’t perform that action at this time.
0 commit comments