mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
9 lines
488 B
Plaintext
9 lines
488 B
Plaintext
div(id="webterm-window" class="window window-resizable" style="width: 640px; height: 480px")
|
|
div(class="window-header")
|
|
div(class="window-grab") Terminal
|
|
button(class="window-button-close") #[b ×]
|
|
button(class="window-button-maximize") ☐
|
|
// Терминал глючит из-за зажимаемой клавиши ESC для выхода
|
|
// button(class="window-button-full-screen") ⤢
|
|
iframe(id="webterm-iframe" src="" style="width: 100%; height: 100%")
|