kopia lustrzana https://github.com/badgen/badgen.net
Add title to homepage
rodzic
6df4a8d87f
commit
ae2c5b0c3c
|
@ -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 }
|
||||
|
|
|
@ -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'
|
||||
|
|
Ładowanie…
Reference in New Issue