1
2
3
4
5
6
7
8
9
10
11
12
13
14
ash / webui / scanner_feedback_ui / resources / index.html [blame]
<!--
Copyright 2024 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>
<meta charset="utf-8">
<link rel="stylesheet" href="//theme/colors.css?sets=sys">
<link rel="stylesheet" href="//theme/typography.css">
<link rel="stylesheet" href="index.css">
<scanner-feedback-app></scanner-feedback-app>
<script type="module" src="app.js"></script>
</html>