big update
This commit is contained in:
15
popup.html
15
popup.html
@@ -1,10 +1,13 @@
|
||||
<link href="popup.css" rel="stylesheet" type="text/css" />
|
||||
<script type="module" src="popup-func.js"></script>
|
||||
|
||||
<script src="popup-func.js"></script>
|
||||
<div class="container">
|
||||
<div>
|
||||
<div class="title">redirect</div>
|
||||
<button id="newButton">New</button><button id="searchButton">Search</button>
|
||||
<p id="p1link">[click new to generate a link]</p>
|
||||
<div class="title">Redirect Extention</div>
|
||||
<button id="newButton">New</button>
|
||||
<input id="output-shortUrl" type="text" disabled>
|
||||
<button id="copyShortUrl-btn">Copy ShortUrl</button> <button id="openShlinkApp-btn">Open App</button>
|
||||
<img id="p1qr-code" src="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="config.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
Reference in New Issue
Block a user