-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
24 lines (20 loc) · 931 Bytes
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title id="page-title">ColorPicker Example</title>
<link rel="stylesheet" type="text/css" href="/SDK/ext/examples/shared/example.css"/>
<link href="resources/scss/stylesheets/colorpicker.css" media="screen, projection" rel="stylesheet" type="text/css" />
<!-- GC -->
<!-- <x-compile> -->
<!-- <x-bootstrap> -->
<script type="text/javascript" src="/SDK/ext/examples/shared/include-ext.js"></script>
<script type="text/javascript" src="/SDK/ext/examples/shared/options-toolbar.js"></script>
<!-- </x-bootstrap> -->
<script type="text/javascript" src="app.js"></script>
<!-- </x-compile> -->
</head>
<body>
</body>
</html>