ShopAI-Extension/pages/popup/error.htm

12 lines
No EOL
527 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="error">
<h1>:(</h1>
<label class="flow-text" data-active-result="error_text"></label>
<button class="btn" data-action="analysis,reload" for="refresh" role="primary"></button>
</body>
</html>