-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 969 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>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>pdc.js</title>
<link rel="icon" href="pdc-js.png">
<link rel="apple-touch-icon" sizes="256x256" href="pdc-js.png">
<link rel="stylesheet" href="styles/main.css"/>
<link rel="stylesheet" href="styles/balloon.css"/>
<script src="src/pdc.js" charset="utf-8"></script>
<script src="src/main.js" charset="utf-8"></script>
<script src="src/editor.js" charset="utf-8"></script>
<script src="src/picker.js" charset="utf-8"></script>
<script src="src/modals.js" charset="utf-8"></script>
</head>
<body>
<div id="main">
<div id="picker"></div>
<div id="editor"></div>
</div>
</body>
</html>