mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Until now it was a big mess with some strings using single quotes and some others double quotes We were using way more double quotes, so I chose to use them globally
17 lines
761 B
Plaintext
17 lines
761 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
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(rel="stylesheet", href="/stylesheets/style.css")
|
|
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
|
|
.navbar.navbar-default.navbar-fixed-top
|
|
.container
|
|
.navbar-header
|
|
a.navbar-brand(href="#") Crafatar
|
|
block content |