28 lines
804 B
HTML
28 lines
804 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>
|
|
Blaseball Roster Sizes
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<h1 id="progress">
|
|
Loading...
|
|
</h1>
|
|
<div id="results">
|
|
</div>
|
|
<h1>
|
|
Source code:
|
|
<a href="https://gitdab.com/endie/team-big">
|
|
https://gitdab.com/endie/team-big
|
|
</a>
|
|
</h1>
|
|
<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>
|