fonteditor/index.html
2014-10-04 15:39:26 +08:00

17 lines
341 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>font编辑器</title>
<script src="./dep/esl.js"></script>
<script src="./dep/jquery.min.js"></script>
</head>
<body>
<script>
require.config({
baseUrl: './src'
});
define('jquery', $);
</script>
</body>
</html>