10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Chaocipher</title>
|
|
<script src="chaocipher.js"></script>
|
|
</head>
|
|
<body onload="main()">
|
|
<div id="content"></div>
|
|
</body>
|
|
</html>
|