summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-21 15:03:07 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-21 15:03:07 -0500
commit0b05009ec37a798dd3b2e48c1240064669ba8b25 (patch)
treec0d4e452944b607d18d6872eb12937efc1641e4d /index.html
parent41843133f95e7ca7ec45c40b88c06e35fd7d901e (diff)
unify html
Diffstat (limited to 'index.html')
-rw-r--r--index.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 7bb1c61..0000000
--- a/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!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="tls.html"></iframe></td></tr>
- <tr><td><iframe src="crtsh.html"></iframe></td></tr>
- <tr><td><iframe src="diff.html"></iframe></td></tr>
- </table>
-</body>
-</html>