Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 2 <head> | |
| 3 <title> System Information </title> | |
| 4 <script src="main.js"></script> | |
| 5 </head> | |
| 6 <body> | |
| 7 <div id="title"><b>Storage Information</b></div> | |
| 8 <div id="storage-list"> | |
| 9 <i>Loading ...</i> | |
| 10 </div> | |
| 11 <div> | |
| 12 <i>Monitor free space change? </i> | |
| 13 <input type="button" value="Start" id="start-btn"></input> | |
| 14 <input type="button" value="Stop" id="stop-btn"></input> | |
| 15 </div> | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |