mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
remove newline at end of file
This commit is contained in:
parent
63d934e743
commit
4a3b635166
@ -12,7 +12,7 @@ module.exports = function(req, res) {
|
||||
});
|
||||
res.writeHead(200, {
|
||||
"Content-Length": html.length,
|
||||
"Content-Type": "text/html; charset=utf-8"
|
||||
"Content-Type": "text/html; charset=utf-8"
|
||||
});
|
||||
res.end(html);
|
||||
};
|
||||
@ -334,4 +334,4 @@ block content
|
||||
img.preload(src="/avatars/9769ecf6331448f3ace67ae06cec64a3?size=64", alt="preloaded image")
|
||||
img.preload(src="/avatars/9769ecf6331448f3ace67ae06cec64a3?size=64&helm", alt="preloaded image")
|
||||
img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64", alt="preloaded image")
|
||||
img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64&helm", alt="preloaded image")
|
||||
img.preload(src="/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64&helm", alt="preloaded image")
|
||||
@ -16,4 +16,4 @@ html
|
||||
a.navbar-brand(href="/") Crafatar
|
||||
.navbar-header
|
||||
a.navbar-brand.twitter(href="https://twitter.com/Crafatar", target="_blank") crafatar
|
||||
block content
|
||||
block content
|
||||
Loading…
x
Reference in New Issue
Block a user