Files
demo-requirejs-frontend/index.html
Alexander Zinn 051d6a28d1 Add hint
2025-10-11 22:08:49 -03:00

17 lines
414 B
HTML

<!DOCTYPE html>
<html>
<header>
<title>demo-requirejs</title>
<!--
Placing the requirejs script load here will block rendering it can also be placed at the end of the
body with the 'async' attribute
-->
<script data-main="scripts/main" src="scripts/requirejs.js"></script>
</header>
<body>
<h1>RequireJS Frontend DEMO</h1>
<p>Hint: look in console</p>
</body>
</html>