Add utf-8

This commit is contained in:
Nyymix 2022-04-28 00:20:12 +03:00
parent 54a9489e41
commit e4b564773d

View file

@ -14,6 +14,6 @@
</div> </div>
<button onclick="copytxt()">Copy text</button> <button onclick="copytxt()">Copy text</button>
<button onclick="cleartxt()">Clear text</button> <button onclick="cleartxt()">Clear text</button>
<script src="main.js"></script> <script src="main.js" charset="utf-8"></script>
</body> </body>
</html> </html>