web-apps/vendor/requirejs/tests/toUrl/toUrl.html

15 lines
363 B
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>require.js: toUrl Test</title>
<script src="../doh/runner.js"></script>
<script src="../doh/_browserRunner.js"></script>
<script src="../../require.js"></script>
<script src="toUrl-tests.js"></script>
</head>
<body>
<h1>require.js: toUrl Test</h1>
<p>Check console for messages</p>
</body>
</html>