Refactor website with new design & structure
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
//-
|
||||
//- Crafting Guide - index.jade
|
||||
//-
|
||||
//- Copyright © 2014-2016 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title The Ultimate Minecraft Crafting Guide
|
||||
link(href="/images/favicon.png" rel="icon" type="image/png")
|
||||
link(href="/main.css" rel="stylesheet" type="text/css" )
|
||||
meta(charset="UTF-8")
|
||||
meta(name="viewport" content="width=480")
|
||||
|
||||
body
|
||||
.view__feedback
|
||||
.view__screen(style="display: none")
|
||||
|
||||
.page
|
||||
.view__header
|
||||
|
||||
.content(style="display: none")
|
||||
.content-loading
|
||||
img(src="/images/wait.gif")
|
||||
|
||||
.view__footer
|
||||
|
||||
script(src="/external.js")
|
||||
script(src="/internal.js")
|
||||
|
||||
include ../includes/_google_adsense.jade
|
||||
include ../includes/_google_analytics.jade
|
||||
|
||||
Reference in New Issue
Block a user