aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-13 23:10:54 +0530
committerPriyansh <[email protected]>2020-11-13 23:10:54 +0530
commit007c65747fc3a7442a840541d35f158ddb6e70c8 (patch)
treef84f7f2d34173c9628f763871a24042ecdd2e0bd /index.html
parentbea21ea57d236fbae538b24960de1f10aa15df2e (diff)
downloadnineties-computing-007c65747fc3a7442a840541d35f158ddb6e70c8.tar.xz
nineties-computing-007c65747fc3a7442a840541d35f158ddb6e70c8.zip
Added Draggable Window for demoHEADmain
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3e99fee..bcea342 100644
--- a/index.html
+++ b/index.html
@@ -121,7 +121,9 @@
<span class="close" id="closePreferences">&times;</span>
</div>
</header>
- <div class="windowContents"></div>
+ <div class="windowContents">
+ <p>This window is draggrable within this tab. Try grabbing it from the header and dragging it anywhere you want.</p>
+ </div>
</div>
</section>
<!-- Scripts -->