Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Apr 21, 2024
1 parent 19b0a5a commit 5a2497b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,18 @@
<meta name="theme-color" content="#ff4500">
</head>
<body>
<div id="loadingScreen">
<img src="images/rplace-loader.gif" style="position: absolute; width: 128px; height: 128px; z-index: 22;"/>
<canvas id="waitingGameCanvas" style="width: 100%; height: 100%; z-index: 21;"></canvas>
<input placeholder="Enter IP" onclick="this.focus()" onkeypress="if(event.keyCode==13){let a = localStorage.servers?localStorage.servers.split('\n'):[];if(a.length>9)a.pop();a.unshift(this.value);localStorage.servers=a.join('\n');wsinit(this.value)}" style="display: block;text-align:center;margin: auto;width: 300px;max-width: 80vw;margin-bottom:30px;" />
<div id="connproblems">
<span translate="connectionProblems">Connection problems?</span>
<a onclick="localStorage.clear(); history.pushState(null, '', location.origin)" href translate="tryClickingHere">try clicking here</a>
<br>
or tweet us
<a href="https://twitter.com/rplacetk">@rplacetk</a>
</div>
</div>
<div id="maincontent">
<div id="bgWrapper" style="z-index: -1; position: absolute; pointer-events: none; left: 0; top: 0; width: 100%; height: 100%;">
<!--Special background effects or features can be rendered within here-->
Expand Down

0 comments on commit 5a2497b

Please sign in to comment.