HeliosLauncher/app/frame.ejs

7 lines
314 B
Plaintext
Raw Normal View History

<div id="frame_bar">
2017-08-27 06:24:04 +00:00
<div id="frame_btn_dock">
<button class="frame_btn" id="frame_btn_close" tabIndex="-1"></button>
<button class="frame_btn" id="frame_btn_restoredown" tabIndex="-1"></button>
<button class="frame_btn" id="frame_btn_minimize" tabIndex="-1"></button>
</div>
</div>