mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
new website for www.xmox.nl
most content is in markdown files in website/, some is taken out of the repo README and rfc/index.txt. a Go file generates html. static files are kept in a separate repo due to size.
This commit is contained in:
@ -1456,7 +1456,7 @@ const crumbs = (...l) => [
|
||||
dom.br()
|
||||
];
|
||||
const errmsg = (err) => '' + (err.message || '(no error message)');
|
||||
const footer = dom.div(style({ marginTop: '6ex', opacity: 0.75 }), link('https://github.com/mjl-/mox', 'mox'), ' ', moxversion);
|
||||
const footer = dom.div(style({ marginTop: '6ex', opacity: 0.75 }), link('https://www.xmox.nl', 'mox'), ' ', moxversion);
|
||||
const age = (date, future, nowSecs) => {
|
||||
if (!nowSecs) {
|
||||
nowSecs = new Date().getTime() / 1000;
|
||||
|
@ -118,7 +118,7 @@ const errmsg = (err: unknown) => ''+((err as any).message || '(no error message)
|
||||
|
||||
const footer = dom.div(
|
||||
style({marginTop: '6ex', opacity: 0.75}),
|
||||
link('https://github.com/mjl-/mox', 'mox'),
|
||||
link('https://www.xmox.nl', 'mox'),
|
||||
' ',
|
||||
moxversion,
|
||||
)
|
||||
|
Reference in New Issue
Block a user