mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
fix link -> meta tag
This commit is contained in:
parent
6c3136712d
commit
c8c686133f
@ -5,8 +5,8 @@ html
|
|||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
link(rel="icon", sizes="16x16", type="image/png", href="/favicon.png")
|
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(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")
|
meta(name="description", content="A Minecraft avatar service with UUID support")
|
||||||
link(name="keywords", content="minecraft, avatar, uuid")
|
meta(name="keywords", content="minecraft, avatar, uuid")
|
||||||
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
|
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
|
||||||
body
|
body
|
||||||
a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank") Fork me on GitHub
|
a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank") Fork me on GitHub
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user