blob: ea6948801f7835e54a08c9c0ce4e4037e81bded2 [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/show-host.js"></script>
</body>
</html>