mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +01:00
16 lines
705 B
Plaintext
16 lines
705 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
link(rel="icon", type="image/x-icon", href="/favicon.ico")
|
|
link(href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css", rel="stylesheet")
|
|
meta(name="viewport" content="initial-scale=1,maximum-scale=1")
|
|
//script(src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/js/bootstrap.min.js")
|
|
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 |