line_push/node_modules/loadjs/examples/before-domcontentloaded.html
2022-07-17 13:16:16 +08:00

11 lines
225 B
HTML

<!doctype html>
<html>
<head>
<script src="assets/log.js"></script>
<script src="assets/file1.js"></script>
</head>
<body>
<h1>Example: Load script before DOMContentLoaded event fires</h1>
</body>
</html>