mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-15 18:50:29 +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 class="code" id="app-text"></div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="text">
|
<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>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -38,6 +38,9 @@ block start
|
|||||||
div(id="app-text" class="code")
|
div(id="app-text" class="code")
|
||||||
|
|
||||||
hr
|
hr
|
||||||
p(class="text")
|
p(class="text credits")
|
||||||
| Full documentation, the source code, and the legal information
|
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||||
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
|
| |
|
||||||
|
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>
|
</div>
|
||||||
</div><br>
|
</div><br>
|
||||||
<p class="text">
|
<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>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
|
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
|
||||||
@ -2006,7 +2003,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul class="footer">
|
<ul class="footer">
|
||||||
<li class="footer-left" id="kvmd-meta-server-host"></li>
|
<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>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -17,3 +17,5 @@ block body
|
|||||||
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||||
| |
|
| |
|
||||||
a(target="_blank" href="https://docs.pikvm.org") Documentation
|
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 Zoltan Magyari
|
||||||
li Zsombor Vari
|
li Zsombor Vari
|
||||||
br
|
br
|
||||||
p(class="text")
|
p(class="text credits")
|
||||||
| Full documentation, the source code, and the legal information
|
a(target="_blank" href="https://pikvm.org") PiKVM Project
|
||||||
| can be found in our #[a(target="_blank" href="https://pikvm.org") official website].
|
| |
|
||||||
|
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);
|
color: var(--cs-page-obscure-fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.credits {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.feature-disabled {
|
.feature-disabled {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user