mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Fork me on GitHub!
This commit is contained in:
parent
7dcd2fdce4
commit
0ee2abf3f3
@ -7,6 +7,13 @@ a {
|
|||||||
color: #00B7FF;
|
color: #00B7FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.forkme {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 1040;
|
||||||
|
}
|
||||||
|
|
||||||
mark.green {
|
mark.green {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
color: #008000;
|
color: #008000;
|
||||||
|
|||||||
@ -1,21 +1,23 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title= title
|
title= title
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", rel="stylesheet")
|
link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", rel="stylesheet")
|
||||||
script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js")
|
script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js")
|
||||||
body
|
body
|
||||||
.navbar.navbar-default.navbar-fixed-top
|
a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank")
|
||||||
.container
|
img(src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67", alt="Fork me on GitHub")
|
||||||
.navbar-header
|
.navbar.navbar-default.navbar-fixed-top
|
||||||
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
|
.container
|
||||||
span.icon-bar
|
.navbar-header
|
||||||
span.icon-bar
|
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
|
||||||
span.icon-bar
|
span.icon-bar
|
||||||
a.navbar-brand(href='/') Crafatar
|
span.icon-bar
|
||||||
.navbar-collapse.collapse
|
span.icon-bar
|
||||||
ul.nav.navbar-nav
|
a.navbar-brand(href='/') Crafatar
|
||||||
li.active
|
.navbar-collapse.collapse
|
||||||
a(href='/') Home
|
ul.nav.navbar-nav
|
||||||
block content
|
li.active
|
||||||
|
a(href='/') Home
|
||||||
|
block content
|
||||||
Loading…
x
Reference in New Issue
Block a user