| Index: net/tools/ct_mapper/index.html
|
| diff --git a/net/tools/ct_mapper/index.html b/net/tools/ct_mapper/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f22178e869eebfc6490b7521cdfebaa1e2417374
|
| --- /dev/null
|
| +++ b/net/tools/ct_mapper/index.html
|
| @@ -0,0 +1,63 @@
|
| +<html>
|
| +
|
| +<head>
|
| +<script src="data.js"></script>
|
| +<script src="main.js"></script>
|
| +
|
| +<style>
|
| +
|
| +body {
|
| + font-family: Sans-serif, Arial;
|
| + margin: 0;
|
| + margin-top: 2em;
|
| +}
|
| +
|
| +td, th {
|
| + border: 1px solid #bbb;
|
| + padding: 0.5em;
|
| +}
|
| +
|
| +table {
|
| + border-collapse: collapse;
|
| + margin-left: 2em;
|
| +}
|
| +
|
| +.colSamples {
|
| + text-align: center;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +.colTotal {
|
| + text-align: right;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +.colPercent {
|
| + text-align: right;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +.colName {
|
| + font-family: monospace;
|
| + white-space: pre;
|
| +}
|
| +
|
| +.metricsItem {
|
| + border-bottom: 5px solid #ccc;
|
| + padding: 2em;
|
| + padding-top: 0;
|
| +}
|
| +
|
| +.samplesDiv {
|
| + padding: 2em;
|
| + padding-top: 0;
|
| +}
|
| +
|
| +</style>
|
| +
|
| +</head>
|
| +
|
| +<body>
|
| +</body>
|
| +
|
| +</html>
|
|
|