TabManager.html

47 lines | 523 B Blame History Raw Download

	
  <html>
  
  <head>
  
	<script src="TabManager.js"></script>
	
	<style>
	
		table {
			table-layout: auto;
			width: 100%;
		}

	</style>
	
  </head>
  
    <body>
      <h1>TabManager</h1>

	  
	  <div id = "Table">	  
	  </div>
	  
	  <button id = "Button_Save">
		Save
	  </button>
	  <button id = "Button_Close">
		Close
	  </button>
	  </br>
	  
	  <div>
	  <input id = "SaveLoad" type = "text">
	  </input>
	  </div>
	  </br>
	  <button id = "Button_Load">
		Load
	  </button>
	  		  
    </body>
  </html>