summaryrefslogtreecommitdiff
path: root/moloch/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'moloch/index.html')
-rw-r--r--moloch/index.html24
1 files changed, 15 insertions, 9 deletions
diff --git a/moloch/index.html b/moloch/index.html
index 68c5b49..fd93c43 100644
--- a/moloch/index.html
+++ b/moloch/index.html
@@ -1,12 +1,18 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Moloch</title>
- <link href="/style.css" rel="stylesheet" type="text/css" media="all">
- </head>
- <body>
- <p>Secret Moloch page</p>
- </body>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Moloch</title>
+ <link href="../common.css" rel="stylesheet" type="text/css" media="all">
+ <style>
+ body {
+ background-image: url('img/bg.jpg');
+ }
+ </style>
+</head>
+<body>
+ <h1 class="logo"><a href="../index.html"><img src="../img/logo.png" alt="Soft Machine"></a></h1>
+
+</body>
</html>