-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdev.html
More file actions
16 lines (16 loc) · 725 Bytes
/
dev.html
File metadata and controls
16 lines (16 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="distribution" content="all" />
<meta name="robots" content="all" />
<meta name="resource-type" content="document" />
<meta name="MSSmartTagsPreventParsing" content="true" />
</head>
<body>
<div id="container">This file doesn't attempt to compress or merge the javascript</div>
<script src="js/libs/require/require.js" data-main="js/main"></script>
</body>
</html>