Miscellaneous unicode characters: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<html> <!-- The button used to copy the text --> <button onclick="copyElementText('skeleton')">ä</button><div id="skeleton">ä</div> <script type="text/javascript"> function...") |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<!-- The button used to copy the text --> | <!-- The button used to copy the text --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function copyElementText(id) { | function copyElementText(id) { | ||
Line 16: | Line 16: | ||
</script> | </script> | ||
<button onclick="copyElementText('skeleton')">ä</button><div id="skeleton">ä</div> | |||
</html> | </html> |
Revision as of 17:17, 21 January 2021
ä