-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 2.87 KB
/
Copy pathindex.html
File metadata and controls
61 lines (61 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>aspyn's Splits Tools</title>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/x-icon" href="/pistachio1b.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="aspyn's Splits Tools">
<meta property="og:description" content="Tools to accompany LiveSplit and make your speedrunning experience better!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.splits.aspyn.gay">
<meta name="theme-color" content="#ff00ff">
</head>
<body>
<main>
<div id="infoboxcontainer">
<div class="infobox">
<h1>aspyn's Splits Tools</h1>
<p>~ Contact me any of these places to report bugs or feedback:</p>
<p>~ Discord: aspynect</p>
<p>~ Bluesky: <a target="_blank" href="https://bsky.app/profile/aspyn.gay">aspynect.bsky.social</a></p>
<p>~ Email: <a href="mailto: feedback@aspyn.gay">feedback@aspyn.gay</a></p>
</div>
<div class="infobox">
<h1><a target="_blank" href="https://github.com/aspynect/LiveSplit/releases">Mods</a></h1>
<p>~ Custom LiveSplit fork with a random image background feature</p>
<p>~ Copy files into your existing LiveSplit installation if you have one</p>
<p>~ Please back up your existing installation first</p>
<br>
</div>
<div class="infobox">
<h1><a href="/analyzer/">Analyzer</a></h1>
<p>~ View splits and easily generate custom comparisons based on your statistics</p>
<br>
</div>
<div class="infobox">
<h1><a href="/adjustor/">Adjustor</a></h1>
<p>~ Adjust your splits history to reflect changes in split points</p>
<br>
</div>
<div class="infobox">
<h1><a href="/counter/">Counter</a></h1>
<p>~ Count your total runs of each 10 second or minute barrier</p>
<br>
</div>
<div class="infobox">
<h1><a href="/archival/">Archival</a></h1>
<p>~ Archive all runs on a speedrun.com leaderboard</p>
<p>~ *very finnicky and may not always work. does not support levels</p>
<br>
</div>
</div>
</main>
<footer>
Developed and Maintained by <a href="https://github.com/aspynect" target="_blank">aspynect</a><br>
Source code can be found <a href="https://github.com/aspynect/aspynect.github.io" target="_blank">here</a>
</footer>
<script src="https://aspyn.gay/kitty/kitty.js"></script>
</body>
</html>