| 123456789101112131415161718192021222324252627282930 | 
							- <!doctype html>
 - <html>
 - 	<head>
 - 		<title>Collateral Freedom</title>
 - 		<style>
 - 			body {
 - 				font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
 - 				font-size: 100%;
 - 				text-overflow: ellipsis;
 - 				overflow: hidden;
 - 				width: 400px;
 - 				text-align:center;
 - 			}
 - 			button {
 - 				width: 100%;
 - 				height: 50px;
 - 				margin-top: 10px;
 - 			}
 - 		</style>
 - 		<script src="libs/jquery.js"></script>
 - 		<script src="libs/l10n.js"></script>
 - 		<script src="index.js"></script>
 - 	</head>
 - 	<body>
 - 		<div id="mirror" style="display:none">__MSG_mirror__<br />
 - 				<button>__MSG_mirror.button__</button>
 - 		</div>
 - 		<div id="nomirror">__MSG_nomirror__</div>
 - 	</body>
 - </html>
 
 
  |