aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>