summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..47f5178
--- /dev/null
+++ b/index.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Dashboard</title>
+ <style>
+ html {
+ height: 100%;
+ }
+ body {
+ font-size: 10px;
+ font-family: monospace;
+ height: 100%;
+ margin: 0;
+ display: flex;
+ align-items: center;
+ }
+ body > * {
+ width: 100%;
+ height: 100%;
+ }
+ iframe {
+ width: 100%;
+ height: 100%;
+ display: block;
+ border: 0;
+ top: 0;
+ position: absolute;
+ }
+ td {
+ position: relative;
+ }
+ </style>
+ <script src="sorttable.js"></script>
+</head>
+<body>
+ <table>
+ <tr><td><iframe src="crtsh.html"></iframe></td></tr>
+ <tr><td><iframe src="tls.html"></iframe></td></tr>
+ <tr><td><iframe src="diff.html"></iframe></td></tr>
+ </table>
+</body>
+</html>