Files
DocumentServer-v-9.2.0/web-apps/vendor/requirejs/tests/text/resources/sample.html
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

9 lines
217 B
HTML

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