50 lines
No EOL
1.9 KiB
HTML
50 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<title>Games - lila.network</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<link rel='stylesheet' type='text/css' media='screen' href='/static/style.css'>
|
|
<link rel="preload" href="/static/open-sans-v35-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
|
|
<script src='/static/main.js' defer></script>
|
|
<!-- <meta http-equiv="refresh" content="30" /> -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
</head>
|
|
|
|
<body onload="javascript:PopulatePage(false)">
|
|
<h1>LiLa Games 💜</h1>
|
|
<p class="info-text">
|
|
The server list below refreshes every thirty seconds. It can
|
|
happen that it seems to flicker while refreshing.
|
|
</p>
|
|
|
|
<div id="gamelist" class="flex">
|
|
</div>
|
|
|
|
<p class="info-text">
|
|
For Info about getting whitelisted or for the password please ping @lauralani on Discord or
|
|
<a class="info" href="https://social.lila.network/@lauralani">@lauralani@lila.network</a>
|
|
on Fediverse <3
|
|
</p>
|
|
<template id="game-template">
|
|
<div class="game-card">
|
|
<h2><i id="game-name"></i></h2>
|
|
<img id="game-badge" class="status-image" src=""></img>
|
|
|
|
<div class="game-body">
|
|
<p class="line">URL: <i class="info monospace" id="game-url"></i></p>
|
|
<p class="line">Password needed? <i class="info" id="game-password"></i></p>
|
|
<p class="line">Whitelist? <i class="info" id="game-whitelist"></i></p>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |