mirror of
				https://github.com/jakejarvis/npqueue.git
				synced 2025-11-04 08:00:10 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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">
 | 
						|
  <link rel="stylesheet" href="style.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <h1 id="title"><a href="https://www.nopixel.net/" target="_blank" rel="noopener">NoPixel</a> Online Roster 👾</h1>
 | 
						|
  <h2 id="active">Active Players:</h2>
 | 
						|
  <h2 id="queue">In Queue:</h2>
 | 
						|
  <p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener">on 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>
 | 
						|
  <p>Updates every 1 minute.</p>
 | 
						|
  <script src="fetch.js"></script>
 | 
						|
  <script>
 | 
						|
    var _paq = _paq || [];
 | 
						|
    _paq.push(['setRequestMethod', 'POST']);
 | 
						|
    _paq.push(['setSecureCookie', true]);
 | 
						|
    _paq.push(['trackPageView']);
 | 
						|
    _paq.push(['enableLinkTracking']);
 | 
						|
    _paq.push(['enableHeartBeatTimer']);
 | 
						|
    (function() {
 | 
						|
      var u='https://stats.jarv.is/';
 | 
						|
      _paq.push(['setTrackerUrl', u+'send']);
 | 
						|
      _paq.push(['setSiteId', '9']);
 | 
						|
      var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 | 
						|
      g.async=true; g.defer=true; g.src=u+'stats.js'; s.parentNode.insertBefore(g,s);
 | 
						|
    })();
 | 
						|
  </script>
 | 
						|
</body>
 | 
						|
</html>
 |