remove unused files
This commit is contained in:
parent
1ed4884100
commit
6a4c5c1724
2 changed files with 0 additions and 46 deletions
39
ayo.html
39
ayo.html
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div style="max-width: 270px; margin: 0px auto;">
|
||||
<h3 style="border-bottom: 1px solid rgb(192, 192, 192); padding-bottom: 10px;">Best Times (beginner)</h3>
|
||||
<ol style="list-style: none; text-align: left; margin-left: -40px; margin-top: -15px;">
|
||||
<li>#1: <em>isji</em> 02.0</li>
|
||||
<li>#2: <em>jenn</em> 04.1</li>
|
||||
<li>#3: <em>isji</em> 06.5</li>
|
||||
<li>#4: <em>isji</em> 06.9</li>
|
||||
<li>#5: <em>isji</em> 06.9</li>
|
||||
<li>#6: <em>Andi</em> 07.5</li>
|
||||
<li>#7: <em>Kardz</em> 08.0</li>
|
||||
<li>#8: <em>Kardz</em> 08.2</li>
|
||||
<li>#9: <em>isji</em> 08.2</li>
|
||||
<li>#10: <em>isji</em> 08.4</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<button onclick="updateLeaders()">Update Leaders</button>
|
||||
|
||||
<script type=module src="ayo.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
7
ayo.js
7
ayo.js
|
@ -1,7 +0,0 @@
|
|||
import { LeaderBoardService } from './src/modules/leader-board/leader-board';
|
||||
|
||||
const leaderBoard = new LeaderBoardService('mw-leaders', 'mw-all');
|
||||
|
||||
window.updateLeaders = () => {
|
||||
leaderBoard.updateTimeStampsLeaders();
|
||||
}
|
Loading…
Reference in a new issue