blob: e46873bfe0880335c955b0411d74cc558e7c00a3 [file] [log] [blame]
Matthew Soulanille2da14512020-06-08 09:36:24 -07001<!--
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>
Jared Weinstein3748e2f2021-11-09 20:36:30 -080020 <body style="background-color:#1a1c1e"></body>
Matthew Soulanille2da14512020-06-08 09:36:24 -070021 <div id="react-root"></div>
22 <script src="app_bundle.js"></script>
23 </body>
24</html>