Template:CharCount: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Test to script)
Tag: Reverted
Line 1: Line 1:
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Char Count</title>
<style>
body {
font-family: sans-serif;
}
</style>
<script src='CharCount.js'></script>
</head>
<body onload='setup()'>
<h1>Character Count</h1>
<h1>Character Count</h1>


Line 95: Line 108:


</table>
</table>
</body>
</html>