-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
44 lines (40 loc) · 1.21 KB
/
1.html
File metadata and controls
44 lines (40 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html onselectstart="return false">
<head>
<script src="script.js"></script>
<script src="script2.js"></script>
<script>
$( function() {
$( "#draggable" ).draggable();
} );
$( function() {
$( "#draggabletwo" ).draggable();
} );
</script>
<link rel="stylesheet" href="20.css">
</head>
<div id="draggable" class="window" style="width: 300px">
<div id="dragged" class="title-bar">
<div class="title-bar-text">hey, YOU</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div><center><br>
<div><img src="pointing.png" width=40px height=40px></img>
<br>
<button id="draggedthree">OK</button><br>
</center></div>
<reveal>
<div id="draggabletwo" class="window" style="width: 100px">
<div class="title-bar">
<div class="title-bar-text">:(</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button></div>
</div><center>
<div>StickOS was unable to continue because of an issue within the OS.<br>
<br>
<button>OK</button><br></center></center></div>
</reveal>