2016-02-01 22:19:30 +00:00
|
|
|
!!!
|
|
|
|
html
|
|
|
|
head
|
|
|
|
meta(http-equiv="X-UA-Compatible", content="IE=Edge")
|
|
|
|
meta(name="viewport", content="width=device-width, initial-scale=1.0, user-scalable=0")
|
|
|
|
title PokeBattle
|
2016-02-10 02:10:17 +00:00
|
|
|
link(rel="icon", type="image/png", href="../Sprites/favicon.png")
|
2016-02-01 22:19:30 +00:00
|
|
|
link(rel="stylesheet", href=asset_path("css/vendor.css"))
|
|
|
|
link(rel="stylesheet", href=asset_path("css/main.css"))
|
|
|
|
body(class = bodyClass)
|
|
|
|
#navigation
|
|
|
|
#content
|
|
|
|
#header
|
|
|
|
#main-nav
|
|
|
|
#leftmenu.left
|
|
|
|
a(href="#").show-navigation
|
|
|
|
span.icon.icon-menu
|
|
|
|
#logo
|
|
|
|
img(id="logoimg", src="../Sprites/logo.png", height="120px", alt="pokebattle.com")
|
|
|
|
nav#sections
|
|
|
|
ul
|
|
|
|
li
|
|
|
|
a(href="../") Simulator
|
|
|
|
li
|
2016-02-19 23:54:42 +00:00
|
|
|
a(href="//forums.p-insurgence.com/", target="_blank") Forums
|
2016-02-01 22:19:30 +00:00
|
|
|
li
|
|
|
|
a(href="../leaderboard", target="_blank") Leaderboard
|
|
|
|
#sub-nav
|
|
|
|
block content
|
|
|
|
block footer
|
|
|
|
script.
|