-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsource.html
52 lines (51 loc) · 2.05 KB
/
source.html
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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Goodbye - source files</title>
<meta name="description" content="A simple page for organization of GoodbyeHtml source files.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAACVJREFUOE9jZIje85+BAsA4agDDcAiD/9cYKEsHowYwMA79MAAAjyonYUUWLHgAAAAASUVORK5CYII=">
<style>
html {
background-color: "black";
}
body {
display: block;
margin: 0px;
padding: 20px;
text-align: center;
font-family: "sans serif";
background-color: whitesmoke;
}
</style>
</head>
<body>
<script src="source/globals.js"></script>
<script src="source/alert-confirm-prompt.js"></script>
<script src="source/assure.js"></script>
<script src="source/box.js"></script>
<script src="source/button.js"></script>
<script src="source/button-config.js"></script>
<script src="source/checkbox.js"></script>
<script src="source/decoration.js"></script>
<script src="source/file.js"></script>
<script src="source/helper.js"></script>
<script src="source/keyboard.js"></script>
<script src="source/layer.js"></script>
<script src="source/loader.js"></script>
<script src="source/mouse-handler.js"></script>
<script src="source/mouse-helper.js"></script>
<script src="source/panel.js"></script>
<script src="source/slider.js"></script>
<script src="source/slider-parts.js"></script>
<script src="source/stage.js"></script>
<script src="source/surface.js"></script>
<script src="source/textbox.js"></script>
<script src="source/textbox-action.js"></script>
<script src="source/textbox-paint.js"></script>
<script src="source/utils.js"></script>
<script src="source/widget.js"></script>
<script src="source/LIBRARY.js"></script>
</body>
</html>