Template:CharCount: Difference between revisions
Richardpruen (talk | contribs) No edit summary |
Richardpruen (talk | contribs) Puth HTML back even if the parser strips some parts Tag: Manual revert |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div id="CharCount"> | <div id="CharCount"></div> | ||
<!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 96: | Line 109: | ||
</table> | </table> | ||
</ | |||
</body> | |||
</html> |