Design and logic for user-facing site https://exmods.org
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.

34 lines
1.4KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="theme-color" content="#20c420" />
  5. <meta name="author" content="Exmods community" />
  6. <meta name="keywords" content="exmods,gamecraft,modding,mod" />
  7. <meta name="og:type" content="website" />
  8. <meta name="og:title" content="Exmods" />
  9. <meta name="og:description" content="Gamecraft modding website" />
  10. <meta name="description" content="Gamecraft modding website" />
  11. <meta name="og:image" content="../static/favicon.png" />
  12. <meta name="og:url" content="https://www.exmods.org" />
  13. <link rel="icon" href="../static/favicon.png" type="image/x-icon"/>
  14. <link rel="shortcut icon" href="../static/favicon.png" type="image/x-icon"/>
  15. <link rel="stylesheet" href="../static/style.css" type="text/css" />
  16. <title>Exmods</title>
  17. <script src="board.js"></script>
  18. </head>
  19. <body onload="build_board()">
  20. <h1>Welcome to the Exmods leaderboard</h1>
  21. <h3>I don't know how but they found me</h3>
  22. <div id="leaderboard-container" class="board-container">
  23. <div id="leaderboard" class="board">
  24. <div id="entry0" class="board-entry">
  25. <span id="rank0" class="board-rank board-header">Rank</span>
  26. <span id="name0" class="board-name board-header">Player</span>
  27. <span id="score0" class="board-score board-header">Score</span>
  28. </div>
  29. </div>
  30. </div>
  31. </body>
  32. </html>