Upload code

This commit is contained in:
endie 2021-03-28 03:08:20 +00:00
parent 2dac33bb31
commit 72890d3213
3 changed files with 75 additions and 0 deletions

20
index.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>
Blaseball Roster Sizes
</title>
</head>
<body>
<h1 id="progress">
Loading...
</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>