mod_http_index/http_index.html
author Kim Alvefur <zash@zash.se>
Mon, 12 Oct 2020 18:53:26 +0200
changeset 4198 13bcdfd9c714
parent 3931 4c1f80076606
child 4199 796c0eef888c
permissions -rw-r--r--
mod_http_index: Copy style from mod_http_muc_log (inc dark theme!) Mmmm unified style
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
<!DOCTYPE html>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
<html>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
<head>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     4
<meta charset="utf-8">
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     5
<meta name="viewport" content="width=device-width, initial-scale=1">
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     6
<meta name="generator" value="prosody/{prosody_version} mod_{mod_name}">
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     7
<link rel="canonical" href="{canonical}">
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     8
<title>{title}</title>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     9
<style>
4198
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    10
:link,:visited{color:#3465a4;text-decoration:none;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    11
:link:hover,:visited:hover{color:#6197df;}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    12
body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;}
4198
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    13
ul,ol{padding:0;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    14
li{list-style:none;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    15
hr{visibility:hidden;clear:both;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    16
br{clear:both;}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    17
header,footer{margin:1ex 1em;}
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    18
footer{font-size:smaller;color:#babdb6;}
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    19
.content{background-color:white;padding:1em;list-style-position:inside;}
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    20
nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;}
4198
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    21
footer nav .up{display:none;}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    22
@media screen and (min-width: 460px) {
4198
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    23
nav {font-size:x-large;margin:1ex 1em;}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    24
}
4198
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    25
nav a{padding: 1ex;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    26
.content{background-color:white;padding:1em;list-style-position:inside;}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    27
@media (prefers-color-scheme: dark) {
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    28
html{color:#eee}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    29
body{background-color:#161616}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    30
.content{background-color:#1c1c1c}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    31
footer{color:#444}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    32
td{color:#444}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    33
.button>a{background-color:#282828}
13bcdfd9c714 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se>
parents: 3931
diff changeset
    34
}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    35
</style>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    36
</head>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    37
<body>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    38
<header>
3339
04fe2b41da91 mod_http_index: Tweak header
Kim Alvefur <zash@zash.se>
parents: 2930
diff changeset
    39
<h1>Prosody IM</h1>
04fe2b41da91 mod_http_index: Tweak header
Kim Alvefur <zash@zash.se>
parents: 2930
diff changeset
    40
<h2>HTTP Services</h2>
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    41
</header>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    42
<hr>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    43
<div class="content">
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    44
<nav>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    45
<ul>{items#
3340
4af114684e0a mod_http_index: Allow listed modules to include a friendlier name
Kim Alvefur <zash@zash.se>
parents: 3339
diff changeset
    46
<li><a href="{item.url}" title="{item.module}">{item.title?{item.name}}</a></li>}
1831
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    47
</ul>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    48
</nav>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    49
</div>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    50
<hr>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    51
<footer>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    52
<br>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    53
<div class="powered-by">Prosody {prosody_version?}</div>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    54
</footer>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    55
</body>
9376e870f0e1 mod_http_index: Move template out into a file and make it configurable
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    56
</html>