|
@@ -4,9 +4,9 @@ html
|
|
|
title= title
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
link(rel="icon", type="image/x-icon", href="/favicon.ico")
|
|
|
- link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.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")
|
|
|
meta(name="viewport" content="initial-scale=1,maximum-scale=1")
|
|
|
- script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js")
|
|
|
+ //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")
|
|
|
img(src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67", alt="Fork me on GitHub")
|