feat: add boilerplate
This commit is contained in:
25
popup.html
Normal file
25
popup.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Text Replacer</title>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Text Replacer</h2>
|
||||
|
||||
<textarea id="dictionary" spellcheck="false"></textarea>
|
||||
|
||||
<button id="saveBtn">Save Dictionary</button>
|
||||
|
||||
<p class="hint">
|
||||
Format:
|
||||
consultant=conslutant
|
||||
AI process engineer=algorithm inventor
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user