47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>
|
|
Blaseball Roster Sizes
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<form id="shadows">
|
|
<input type="checkbox" id="shadows_toggle">
|
|
<label for="shadows_toggle">
|
|
Toggle shadowed players
|
|
</label>
|
|
</form>
|
|
<div id="results">
|
|
</div>
|
|
<div id="results_shadowed">
|
|
</div>
|
|
<h1 id="progress">
|
|
Loading...
|
|
</h1>
|
|
<h1>
|
|
Source code:
|
|
<a href="https://gitdab.com/endie2/team-bigger">
|
|
https://gitdab.com/endie/team-bigger
|
|
</a>
|
|
</h1>
|
|
<h2>
|
|
The old website is available at
|
|
<a href="https://team-big.neocities.org">
|
|
https://team-big.neocities.org
|
|
</a>.
|
|
It will not be updated, & is currently broken
|
|
</h2>
|
|
<script src="main.js">
|
|
</script>
|
|
<noscript>
|
|
your browser is bad and doesn't support javascript, or you turned it off
|
|
<br />
|
|
this website needs javascript to function
|
|
<br />
|
|
please enable javascript, if you want you can check
|
|
its not doing anything bad by looking at the source code
|
|
<br />
|
|
if you have enabled it, refreshing the page should work
|
|
</noscript>
|
|
</body>
|