Template:CharCount: Difference between revisions

Jump to navigation Jump to search
(test)
No edit summary
Line 1: Line 1:
<div id="CharCount">
$(function () {
$('#mw-mywiki-example').html(
<!DOCTYPE HTML>
<head>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
Line 10: Line 12:
<script src='CharCount.js'></script>
<script src='CharCount.js'></script>
</head>
</head>
<body onload='setup()'>
<h1>Character Count</h1>
<h1>Character Count</h1>


Line 106: Line 110:


</table>
</table>
</body>
</html>);
}());