You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
46 lines
1.6 KiB
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
|
|
<meta name="generator" content="2018.1.0.386"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="shortcut icon" href="../images/favicon.ico"/>
|
|
<title>Game</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/game.css" id="pagesheet"/>
|
|
<script src='../js/game.js'></script>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div id="cardA" class="card">
|
|
<span class="name"> hc12</span><!-- JS -->
|
|
<div class="sumBox">
|
|
<div id="sumsAD" class="sums justToTest"> </div><!-- JS -->
|
|
<div id="sumsAF" class ="sums justToTest"></div><!-- JS -->
|
|
</div>
|
|
</div>
|
|
<div class="stats">
|
|
<div class="statA">
|
|
<h3>K/D</h3>
|
|
<span class="KDA">1/0</span> <!-- JS -->
|
|
<h3>CS</h3>
|
|
<span class="CSA">90</span> <!-- JS -->
|
|
</div>
|
|
<div class="statB">
|
|
<h3>K/D</h3>
|
|
<span class="KDB">1/0</span> <!-- JS -->
|
|
<h3>CS</h3>
|
|
<span class="CSB">90</span> <!-- JS -->
|
|
</div>
|
|
</div>
|
|
<div id="cardB" class="card">
|
|
<span class="name"> Ezreal Bot</span> <!-- JS -->
|
|
<div class="sumBox">
|
|
<div id="sumsBD" class="sums justToTest"> </div> <!-- JS-->
|
|
<div id="sumsBF"class ="sums justToTest"></div> <!-- JS -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|