web-apps/vendor/requirejs/tests/text/resources/sample.html

9 lines
217 B
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>sample.html</title>
<script type="text/javascript" src="../require.js"></script>
</head>
<body class="foo" onload="alert('hello')"><span>Hello World!</span></body>
</html>