Add js code
This commit is contained in:
parent
f2ad089e09
commit
bc6d00fe09
3 changed files with 157 additions and 2 deletions
|
@ -5,10 +5,15 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<title>Document</title>
|
||||
<title>Translite</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Translite</h1>
|
||||
<div class="wrapper">
|
||||
<textarea id="transtxt" cols="30" rows="15" oninput="translit()"></textarea>
|
||||
</div>
|
||||
<button onclick="copytxt()">Copy text</button>
|
||||
<button onclick="cleartxt()">Clear text</button>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue