summaryrefslogtreecommitdiff
path: root/moloch
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-06-11 18:46:50 +0300
committerRadio <radiohotline@disroot.org>2026-06-11 18:46:50 +0300
commit1bc01f885da96db765ee626d5b5802929b8bac92 (patch)
tree3e2c3551b6c048ce24fe4e01ceabb7c95b4171d6 /moloch
parentb23088a04cc97d7a9a794a6b69de9e787d2d6acf (diff)
add and remove art
Diffstat (limited to 'moloch')
-rw-r--r--moloch/img/bg.jpgbin0 -> 216833 bytes
-rw-r--r--moloch/index.html24
2 files changed, 15 insertions, 9 deletions
diff --git a/moloch/img/bg.jpg b/moloch/img/bg.jpg
new file mode 100644
index 0000000..689bc59
--- /dev/null
+++ b/moloch/img/bg.jpg
Binary files differ
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>