-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export const overlayHTML = ` | ||
<div id="elements"> | ||
<div id="rankBlock"> | ||
<img alt="rank" src="#" id="imgRank" height="80" width="80" /> | ||
</div> | ||
<div id="playerInfo"> | ||
<h2 style="text-transform: uppercase" id="mainText"> | ||
Rating | ||
</h2> | ||
<h1 style="text-transform: uppercase" id="playerRank"></h1> | ||
<div id="wlstat"> | ||
<h2 id="WLvalue">Win: <span id="winValue"></span> Lose: <span id="loseValue"></span> <span id="wlProccent"></span></h2> | ||
</div> | ||
<div id="progressrank"></div> | ||
<div class="lastmatchpts"> | ||
<span id="lastmatchpts">Last Match:</span> | ||
<span id="lastmatchptsvalue"></span> | ||
<img src="#" id="imgPTS" height="16" width="16"/> | ||
</div> | ||
</div> | ||
</div> | ||
` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters