-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.html
28 lines (24 loc) · 1.18 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="UTF-8">
<title>Persian Typo Mistake🇮🇷</title>
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<div class="content">
<a title='مشاهده وبسایت' class="name" href='https://hadizz.github.io/persian-typo-mistake-extension/' target='_blank'><span>مشکل تایپ متن فارسی</span> <img src='./assets/images/share.svg' alt='share icon' height='12px'></a>
<p>متن اشتباه</p>
<textarea id="wrong" rows="6" placeholder="متنی که به اشتباه تایپ کردی رو اینجا بنویس"></textarea>
<p>متن اصلاح شده</p>
<textarea id="valid" rows="6" placeholder="متنت اصلاح میشه و میتونی ازینجا کپی کنی"></textarea>
<button id="copy">کپی متن</button>
<div class="msg none">
<span id="copyMessage"></span>
</div>
<div class='footer'>نوشته شده با ❤️ توسط <a href='https://hadiz.ir' target='_blank' referrerpolicy='no-referrer'>hadiz.ir</a></div>
</div>
<!-- Scripts -->
<script src="./assets/js/scripts.js"></script>
</body>
</html>