pokemon-showdown-client/style/hpbartest.html
Ben Davies e3fcaa492c
Properly set the encoding to UTF-8 on all HTML pages (#1467)
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).
2020-02-23 00:13:56 -08:00

17 lines
1.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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×&nbsp;Def</span> <span class="bad">0.67×&nbsp;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>