mirror of
https://github.com/qwerfd2/Groove_Coaster_2_Server.git
synced 2025-12-22 03:30:18 +00:00
26 lines
839 B
HTML
26 lines
839 B
HTML
<!DOCTYPE html>
|
|
<!-- The page content is entirely controlled by status.js -->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta content="user-scalable=0" name="viewport" />
|
|
<link rel="stylesheet" href="/files/web/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<img class="ttl_height" src="/files/web/ttl_title.png" alt="TITLE" />
|
|
</div>
|
|
<div id="wrapper">
|
|
<div class="wrapper_box">
|
|
<div class="a_left w100 d_ib mb10p rank-align-top" id="status_content">
|
|
Loading...
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
HOST_URL = "{host_url}";
|
|
PAYLOAD = "{payload}";
|
|
</script>
|
|
<script src="/files/web/status.js"></script>
|
|
</body>
|
|
</html> |