diff options
| author | Priyansh <[email protected]> | 2020-11-13 22:55:36 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-13 22:55:36 +0530 |
| commit | bea21ea57d236fbae538b24960de1f10aa15df2e (patch) | |
| tree | 6237e048ab857ec768098138d46bf2dfa150075b /index.html | |
| parent | dce0897d9f427f70de8ebf0d56bf998aaa022900 (diff) | |
| download | nineties-computing-bea21ea57d236fbae538b24960de1f10aa15df2e.tar.xz nineties-computing-bea21ea57d236fbae538b24960de1f10aa15df2e.zip | |
Added Window Styles
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -113,7 +113,17 @@ </div> </div> </section> - <section id="desktop" class="fullscreen bg-skyblue wallpaper"></section> + <section id="desktop" class="fullscreen bg-skyblue wallpaper"> + <div class="window non-resizable draggable"> + <header> + <span class="title">Preferences</span> + <div class="buttons"> + <span class="close" id="closePreferences">×</span> + </div> + </header> + <div class="windowContents"></div> + </div> + </section> <!-- Scripts --> <script src="js/createAccount.js"></script> <script src="js/acountLogin.js"></script> |
