mirror of https://github.com/mthenw/frontail.git
let's be consistent with naming
parent
db96f9dd2a
commit
3e93cac335
2
index.js
2
index.js
|
@ -105,7 +105,7 @@ var daemon = require('daemon');
|
|||
res.writeHead(200, {'Content-Type': 'text/html'});
|
||||
res.end(data.toString('utf-8').replace(
|
||||
/__TITLE__/g, 'tail -F ' + files.join(' ')).replace(
|
||||
/__THEME__/g, program.style), 'utf-8'
|
||||
/__STYLE__/g, program.style), 'utf-8'
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>__TITLE__</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="/styles/__THEME__.css">
|
||||
<link rel="stylesheet" type="text/css" href="/styles/__STYLE__.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
|
|
Loading…
Reference in New Issue