mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-22 21:07:13 +08:00
17 lines
383 B
HTML
17 lines
383 B
HTML
<div class="popups">
|
|
<div class="modal hide b-shortcuts-content" data-bind="modal: modalVisibility">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-bind="command: cancelCommand">×</button>
|
|
<h3>
|
|
Keyboard shortcuts help
|
|
</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<br />
|
|
Coming soon!
|
|
<br />
|
|
<br />
|
|
<br />
|
|
</div>
|
|
</div>
|
|
</div>
|