mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-28 02:00:04 +00:00
Added Find Battle Unranked
This commit is contained in:
@@ -6,9 +6,13 @@ block content
|
||||
.chat
|
||||
.main_buttons
|
||||
.section
|
||||
.button.big.find_battle
|
||||
.button.big.find_battle_non_ranked
|
||||
span.find-icon.icon-earth
|
||||
| Find battle
|
||||
p
|
||||
.button.big.find_battle
|
||||
span.find-icon.icon-earth
|
||||
| Ranked battle
|
||||
.find_battle_select_team
|
||||
.section
|
||||
.button.teambuilder_button
|
||||
|
||||
@@ -4,7 +4,7 @@ html
|
||||
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
|
||||
link(rel="icon", type="image/png", href="//media.pokebattle.com/img/favicon.png")
|
||||
link(rel="icon", type="image/png", href="../Sprites/favicon.png")
|
||||
link(rel="stylesheet", href=asset_path("css/vendor.css"))
|
||||
link(rel="stylesheet", href=asset_path("css/main.css"))
|
||||
body(class = bodyClass)
|
||||
|
||||
Reference in New Issue
Block a user