web-apps/vendor/requirejs/tests/toUrl/toUrl.html
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

15 lines
363 B
HTML

<!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>