diff options
author | Melody Horn <melody@boringcactus.com> | 2021-12-04 17:48:55 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-12-04 17:48:55 -0700 |
commit | bd109c5b035d5ac7d01cc4bc3dafeb46d3a05f3b (patch) | |
tree | 9fff21bd6d03e997a3f527a56a23ee4d64cf2f38 /index.html | |
parent | 874077bf87e15208ba4d7bfab0095c3a60e4be17 (diff) | |
download | queue-go-brrr-bd109c5b035d5ac7d01cc4bc3dafeb46d3a05f3b.tar.gz queue-go-brrr-bd109c5b035d5ac7d01cc4bc3dafeb46d3a05f3b.zip |
error 2002 my gay ass
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,8 @@ <h1>queue go brrr<span id="eta"></span></h1> <h2>For tracking your Login Queue (Extreme) raid progression.</h2> <p> - Share your FFXIV window, and then this tool will figure out how much longer you probably have to wait. + Share your FFXIV window, and then this tool will try to calculate how much longer you probably have to wait. + (The actual calculation isn't very sophisticated, but it's better than nothing.) </p> <h2><button id="bootbutton">Start!</button></h2> <div class="output"> @@ -42,6 +43,7 @@ <video id="video">Video stream not available.</video> <div id="target-marker"></div> </div> + <p>brought to you by <a href="https://www.boringcactus.com">boringcactus</a>. source code <a href="https://code.boringcactus.com/queue-go-brrr/tree/">available</a>.</p> </main> <!-- Note the usage of `type=module` here as this is an ES6 module --> <script type="module"> |