ShopAI-Extension/pages/popup/results.htm

16 lines
No EOL
680 B
HTML

<html>
<head>
<script src="../../styles/external/materialize/js/materialize.js"></script>
<script src="../../scripts/pages/popup.js" type="module"></script>
<link href="../styles/popup.css" rel="stylesheet" type="text/css" />
</head>
<body id="results">
<summary>
<p data-active-result="Description,Summary"></p>
<p id="summary" class="flow-text" data-active-result="Rating,Reason"></p>
<progress id="score" data-active-result="Rating,Score" min="0" max="1" value=".2"></progress>
</summary>
<details>
</details>
</body>
</html>