Skip to content

Commit

Permalink
Initial work on client.
Browse files Browse the repository at this point in the history
Implement fetching src run data.
  • Loading branch information
luckytyphlosion committed Jul 21, 2020
1 parent 5d115f3 commit ee384eb
Show file tree
Hide file tree
Showing 3 changed files with 10,980 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Custom SRC Client</title>
<script src="jquery-3.5.1.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> -->
</head>
<body>
<table>
<tr>
<td>All Minerals - Random Seed Glitchless, No Structures, 1.16</td>
<td>1st</td>
<td>Blachteg</td>
<td>13m 15s 710ms (in-game time)</td>
<td>PC</td>
<td>4 days ago</td>
</tr>
<tr>
<td>Arbalistic - Set Seed Glitchless</td>
<td>3rd</td>
<td>amiros100</td>
<td>15m 21s (in-game time)</td>
<td>PC</td>
<td>4 days ago</td>
</tr>
</table>
<pre>
</pre>
</body>
</html>
Loading

0 comments on commit ee384eb

Please sign in to comment.