mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-05 13:20:36 +02:00
Add footer with link + copyright notice
This commit is contained in:
@@ -24,6 +24,12 @@ main {
|
||||
margin-right: auto;
|
||||
*/
|
||||
|
||||
}
|
||||
footer {
|
||||
margin-top: 3em;
|
||||
border-top: 1px solid #ddd;
|
||||
text-align: center;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -43,4 +49,12 @@ main {
|
||||
|
||||
</Router>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
Powered by <a href="https://github.com/EmbarkStudios/wireguard-ui">WireGuard UI</a>.
|
||||
</p>
|
||||
<p>
|
||||
Copyright © 2019 <a href="https://embark-studios.com">Embark Studios</a>.
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,7 @@ h2 small {
|
||||
}
|
||||
|
||||
.help {
|
||||
flex-basis: 20%;
|
||||
flex-basis: 10%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user