fix link -> meta tag

This commit is contained in:
jomo 2014-11-09 23:24:47 +01:00
parent 6c3136712d
commit c8c686133f

View File

@ -5,8 +5,8 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel="icon", sizes="16x16", type="image/png", href="/favicon.png")
link(href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css", rel="stylesheet")
link(name="description", content="A Minecraft avatar service with UUID support")
link(name="keywords", content="minecraft, avatar, uuid")
meta(name="description", content="A Minecraft avatar service with UUID support")
meta(name="keywords", content="minecraft, avatar, uuid")
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
body
a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank") Fork me on GitHub