aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-13 22:55:36 +0530
committerPriyansh <[email protected]>2020-11-13 22:55:36 +0530
commitbea21ea57d236fbae538b24960de1f10aa15df2e (patch)
tree6237e048ab857ec768098138d46bf2dfa150075b /index.html
parentdce0897d9f427f70de8ebf0d56bf998aaa022900 (diff)
downloadnineties-computing-bea21ea57d236fbae538b24960de1f10aa15df2e.tar.xz
nineties-computing-bea21ea57d236fbae538b24960de1f10aa15df2e.zip
Added Window Styles
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/index.html b/index.html
index e8a3c4c..3e99fee 100644
--- a/index.html
+++ b/index.html
@@ -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">&times;</span>
+ </div>
+ </header>
+ <div class="windowContents"></div>
+ </div>
+ </section>
<!-- Scripts -->
<script src="js/createAccount.js"></script>
<script src="js/acountLogin.js"></script>