mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 09:40:30 +08:00
updated links
This commit is contained in:
parent
d8d043679d
commit
642149daed
@ -85,10 +85,7 @@
|
||||
<div class="code" id="app-text"></div>
|
||||
</div>
|
||||
<hr>
|
||||
<p class="text">
|
||||
Full documentation, the source code, and the legal information
|
||||
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
|
||||
</p>
|
||||
<p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -38,6 +38,9 @@ block start
|
||||
div(id="app-text" class="code")
|
||||
|
||||
hr
|
||||
p(class="text")
|
||||
| Full documentation, the source code, and the legal information
|
||||
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
|
||||
p(class="text credits")
|
||||
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||
| |
|
||||
a(target="_blank" href="https://docs.pikvm.org") Documentation
|
||||
| |
|
||||
a(target="_blank" href="https://pikvm.org/support") Support
|
||||
|
||||
@ -1988,10 +1988,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div><br>
|
||||
<p class="text">
|
||||
Full documentation, the source code, and the legal information
|
||||
can be found in our <a target="_blank" href="https://pikvm.org">official website</a>.
|
||||
</p>
|
||||
<p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
|
||||
@ -2006,7 +2003,7 @@
|
||||
</div>
|
||||
<ul class="footer">
|
||||
<li class="footer-left" id="kvmd-meta-server-host"></li>
|
||||
<li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a></li>
|
||||
<li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
@ -17,3 +17,5 @@ block body
|
||||
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||
| |
|
||||
a(target="_blank" href="https://docs.pikvm.org") Documentation
|
||||
| |
|
||||
a(target="_blank" href="https://pikvm.org/support") Support
|
||||
|
||||
@ -506,6 +506,9 @@ div(id="about-window" class="window")
|
||||
li Zoltan Magyari
|
||||
li Zsombor Vari
|
||||
br
|
||||
p(class="text")
|
||||
| Full documentation, the source code, and the legal information
|
||||
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
|
||||
p(class="text credits")
|
||||
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||
| |
|
||||
a(target="_blank" href="https://docs.pikvm.org") Documentation
|
||||
| |
|
||||
a(target="_blank" href="https://pikvm.org/support") Support
|
||||
|
||||
@ -286,6 +286,10 @@ ul.footer li a {
|
||||
color: var(--cs-page-obscure-fg);
|
||||
}
|
||||
|
||||
.credits {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.feature-disabled {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user