Add utf-8
This commit is contained in:
parent
54a9489e41
commit
e4b564773d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue