mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
This adds the BOM to all HTTP pages as per the HTML5 spec and ensures all pages use UTF-8 as their meta charset (which is still kept for compatibility with older browsers).
17 lines
1.8 KiB
HTML
17 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<meta charset="UTF-8" />
|
||
|
||
<link rel="stylesheet" href="battle.css" />
|
||
|
||
<div id="battle" class="battle">
|
||
|
||
<div class="statbar rstatbar" style="display: block; left: 50px; top: 20px; opacity: 1;"><strong>Lucario <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">79%</div><div class="hptextborder"></div><div class="prevhp" style="width: 135px;"><div class="hp" style="width: 119px; border-right-width: 1px;"></div></div><div class="status"><span class="bad">0.67× Def</span> <span class="bad">0.67× SpD</span> </div></div></div>
|
||
|
||
<div class="statbar lstatbar" style="display: block; left: 50px; top: 60px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">48%</div><div class="hptextborder"></div><div class="prevhp" style="width: 151px;"><div class="hp hp-yellow" style="width: 72px; border-right-width: 1px;"></div></div><div class="status"></div></div></div>
|
||
|
||
<div class="statbar lstatbar" style="display: block; left: 50px; top: 100px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">10%</div><div class="hptextborder"></div><div class="prevhp prevhp-yellow" style="width: 73px;"><div class="hp hp-yellow hp-red" style="width: 16px; border-right-width: 1px;"></div></div><div class="status"></div></div></div>
|
||
|
||
<div class="statbar lstatbar" style="display: block; left: 50px; top: 140px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">10%</div><div class="hptextborder"></div><div class="prevhp prevhp-yellow prevhp-red" style="width: 16px;"><div class="hp hp-yellow hp-red" style="width: 0px; border-right-width: 0px;"></div></div><div class="status"></div></div></div>
|
||
|
||
</div>
|