Add title to homepage

pull/282/head
Amio 2019-06-01 23:56:02 +08:00
rodzic 6df4a8d87f
commit ae2c5b0c3c
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ export default async function (req, res) {
}
const inlineCSS = `
.markdown-body { max-width: 800px }
.markdown-body { max-width: 850px }
li > img { vertical-align: middle; margin: 0.2em 0; font-size: 12px }
li > img + a { font-family: monospace; font-size: 0.9em }
li > img + a + i { color: #AAA }

Wyświetl plik

@ -13,6 +13,7 @@ export default class MyApp extends App {
return (
<Container>
<Head>
<title>Badgen - Fast badge generating service</title>
<link rel='icon' type='image/png' href='/static/favicon.png' />
<meta name='viewport' content='initial-scale=1.0, width=device-width' />
<link rel='stylesheet'