mirror of
https://github.com/jakejarvis/npqueue.git
synced 2026-07-26 10:46:03 -04:00
initial commit
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>NoPixel GTA5 RP Online Players</title>
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">NoPixel Server 1</h1>
|
||||
<h2 id="active">Active Players:</h2>
|
||||
<h2 id="queue">In Queue:</h2>
|
||||
<p>Please report missing or inaccurate on <a href="#">GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>
|
||||
<table id="players">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Session ID</th>
|
||||
<th>Twitch</th>
|
||||
<th>NoPixel Forums</th>
|
||||
<th>Steam Name</th>
|
||||
<th>Steam ID</th>
|
||||
<th>Steam64 ID</th>
|
||||
<th>Ping</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<script src="fetch.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user