chromium/ash/webui/annotator/resources/untrusted/annotator.html

<!--
Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<!DOCTYPE html>
<html>
  <head>
    <script type="module" src="common/message_types.js"></script>
    <script type="module" src="untrusted_annotator_comm_factory.js"></script>
    <script src="ink.js"></script>
    <script src="annotator/annotator_bin.js"></script>
  </head>
  <body>
  </body>
</html>