diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-11 18:46:50 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-11 18:46:50 +0300 |
| commit | 1bc01f885da96db765ee626d5b5802929b8bac92 (patch) | |
| tree | 3e2c3551b6c048ce24fe4e01ceabb7c95b4171d6 /moloch/index.html | |
| parent | b23088a04cc97d7a9a794a6b69de9e787d2d6acf (diff) | |
add and remove art
Diffstat (limited to 'moloch/index.html')
| -rw-r--r-- | moloch/index.html | 24 |
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> |
