blob: 991a2f184c4da65dc347f4a70d04aaeb9f00f5eb [file] [log] [blame]
<html>
<head>
<title>Devserver example</title>
</head>
<body>
<!-- Scripts loaded through the additional_root_paths. -->
<script src="/say-hello.js"></script>
<script src="/tslib.js"></script>
<!-- Bundle that comes from concatjs. Specified with serving_path. -->
<script src="/bundle.js"></script>
<!-- Script that is imported relatively to the package directory. -->
<script src="/test/print-host.js"></script>
</body>
</html>