You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ <h4 class="cookies-per-second-counter">Cookies Per Second: <span id="cookiesPerS
23
23
<spanclass="left-side-push" id="leftSidePush"></span><!-- for some reason when you open menus it will change the size of the left side's div and smoosh everything, this prevents that (somehow) -->
24
24
<divclass="social-links">
25
25
<ahref="404.html" target="_blank" id="githubHyperlink"><!-- this HREF is changed programmatically in main.ts in the event of a fork and a different GitHub repo link. -->
<inputtype="file" id="importDataInput" class="no-display" accept=".ccsave,.json"><!-- this doesn't actually show up, the importDataButton just runs the click() method on this guy-->
0 commit comments