frame.ejs 288 B

12345678
  1. <div id="frame_bar">
  2. <div id="button_dock">
  3. <button class="frame_button" id="frame_button_close"></button>
  4. <button class="frame_button" id="frame_button_restoredown"></button>
  5. <button class="frame_button" id="frame_button_minimize"></button>
  6. </div>
  7. </div>