put the different results pages seperately, and then just import them
This commit is contained in:
parent
81c5c6f825
commit
91564df25b
4 changed files with 54 additions and 15 deletions
13
pages/popup/load.htm
Normal file
13
pages/popup/load.htm
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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" data-text="loading_text"></label>
|
||||
<div class="progress">
|
||||
<div class="indeterminate"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue