mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-19 05:25:43 +00:00
15 lines
289 B
HTML
15 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h2>Slash extension</h2>
|
|
<div>
|
|
<span>Domain</span>
|
|
<input id="domain-input" type="text" />
|
|
</div>
|
|
<div>
|
|
<button id="save-button">Save</button>
|
|
</div>
|
|
<script type="module" src="popup.js"></script>
|
|
</body>
|
|
</html>
|