Files
pugz/tests/sample_data/pug-linker/test/fixtures/prepend-without-block/page.html

10 lines
220 B
HTML
Raw Normal View History

2026-01-24 23:53:19 +05:30
<html>
<script src="foo.js"></script>
<script src="bar.js"></script>
<script src="app.js"></script>
<script src="vendor/jquery.js"></script>
<script src="vendor/caustic.js"></script>
<body>
</body>
</html>