1<!-- 2Copyright 2020 The Pigweed Authors 3 4Licensed under the Apache License, Version 2.0 (the "License"); you may not 5use this file except in compliance with the License. You may obtain a copy of 6the License at 7 8 https://www.apache.org/licenses/LICENSE-2.0 9 10Unless required by applicable law or agreed to in writing, software 11distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 12WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 13License for the specific language governing permissions and limitations under 14the License. 15--> 16<html> 17 <head> 18 <title>Pigweed Web UI</title> 19 </head> 20 <body> 21 <div id="react-root"></div> 22 <script src="app_bundle.js"></script> 23 </body> 24</html> 25