forked from Texas-rangers/wvjgsuhpgvJv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 1.54 KB
/
index.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
<!doctype html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Language keyboard converter</title>
<meta name="keywords" content="ไทย, อังกฤษ, พิมพ์ผิด, ลืม, เปลี่ยนภาษา, de=กำ">
<meta name="description"
content="เว็บที่ช่วยเปลี่ยนภาษาอังกฤษเป็นไทยเวลาคุณลิมเปลี่ยนภาษาแล้วเผลอพิมพ์ไป จะได้ไม่ต้องพิมพ์ใหม่ให้เมื่อย">
<link rel="stylesheet" href="mycss.css">
<script type="module" src="main.mjs"></script>
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
</head>
<body>
<main>
<h2 class="head">เปลี่ยนประโยคหรือข้อความที่พิมพ์ผิดจากภาษาอังกฤษให้เป็นภาษาไทยเวลาลืมกดเปลี่ยนภาษา</h2>
<input id="q" type="text" name="form" value="cpj0y' rb,rNzbfwfhw'goujp" size=40 spellcheck="false"><br><br>
<input id="ch" class="w3-button w3-blue" type="submit" value="เปลี่ยนเลย!" onclick="disp()">
<input id="lan" class="chlan" type="button" value="EN => TH" onclick="change_lan.bind(this)()">
<p id="dummy" class="output"> </p>
</main>
</body>
</html>