ShopAI-Extension/pages/popup/load.htm

13 lines
No EOL
518 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 class="loading">
<label class="flow-text" for="loading"></label>
<div class="progress" data-value="progress">
<div class="indeterminate"></div>
</div>
</body>
</html>