Fix (almost) all W3 validator warnings and error

This commit is contained in:
DeathByDenim 2022-03-03 20:53:04 -05:00
parent 6f95a2911c
commit d51d443bad
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
15 changed files with 47 additions and 47 deletions

View File

@ -7,16 +7,16 @@
<link rel="stylesheet" href="css/serverstats.css"> <link rel="stylesheet" href="css/serverstats.css">
<link rel="stylesheet" href="css/terminal.css"> <link rel="stylesheet" href="css/terminal.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="js/terminalcolors.js" charset="utf-8"></script> <script src="js/terminalcolors.js"></script>
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
<script src="js/consoles.js" charset="utf-8"></script> <script src="js/consoles.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -7,13 +7,13 @@
<link rel="stylesheet" href="css/serverstats.css"> <link rel="stylesheet" href="css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>
@ -40,7 +40,7 @@
<ul> <ul>
<li>Use the right mouse button to open the weapons menu.</li> <li>Use the right mouse button to open the weapons menu.</li>
<li> <li>
Use the arrow keys to move around. You can jump with &ltEnter&gt; Use the arrow keys to move around. You can jump with &lt;Enter&gt;
or do a long jump &lt;Backspace&gt;. or do a long jump &lt;Backspace&gt;.
</li> </li>
<li> <li>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>
@ -36,7 +36,7 @@
<img src="img/openhv.png" alt="Screenshot of OpenHV"> <img src="img/openhv.png" alt="Screenshot of OpenHV">
<h2>Getting the game</h2> <h2>Getting the game</h2>
<div class="download"><a href="https://github.com/OpenHV/OpenHV/releases">DOWNLOAD</a></div> <div class="download"><a href="https://github.com/OpenHV/OpenHV/releases">DOWNLOAD</a></div>
<p>You will have to expand &quotAssets&quot; to see the download links.</p> <p>You will have to expand &quot;Assets&quot; to see the download links.</p>
<h2>Tips</h2> <h2>Tips</h2>
<ul> <ul>
<li> <li>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>
@ -39,7 +39,7 @@
<p>Click the name of your OS on the left of the most recent version. Extract the file wherever you like and start playing.</p> <p>Click the name of your OS on the left of the most recent version. Extract the file wherever you like and start playing.</p>
<h2>Tips</h2> <h2>Tips</h2>
<ul> <ul>
<li>You can double jump by pressing &ltSpace&gt; a second time.</li> <li>You can double jump by pressing &lt;Space&gt; a second time.</li>
<li>Use your grappling hook by using the right-mouse button.</li> <li>Use your grappling hook by using the right-mouse button.</li>
</ul> </ul>
<h2>Connecting</h2> <h2>Connecting</h2>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -8,13 +8,13 @@
<link rel="stylesheet" href="css/help.css"> <link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -7,13 +7,13 @@
<link rel="stylesheet" href="css/serverstats.css"> <link rel="stylesheet" href="css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>
@ -56,7 +56,7 @@
is complicated. Just let me know what you donated and I'll match. is complicated. Just let me know what you donated and I'll match.
I'll post the donations here as the come in. You can be anonymous I'll post the donations here as the come in. You can be anonymous
if you want or keep the amount secret. Contact me over if you want or keep the amount secret. Contact me over
<a href="https://matrix.to/#/@jarno:matrix.jarno.ca">Matrix</a>, <a href="https://matrix.to/&#35;/@jarno:matrix.jarno.ca">Matrix</a>,
<a href="mailto:jarno@jarno.ca">e-mail</a> or in the Matrix/XMPP <a href="mailto:jarno@jarno.ca">e-mail</a> or in the Matrix/XMPP
channels listed below. channels listed below.
</p> </p>
@ -65,61 +65,61 @@
<table class="table"> <table class="table">
<tbody> <tbody>
<tr> <tr>
<td><a href="help_bzflag.html"><img src="img/bzflag.png" height="64"></a></td> <td><a href="help_bzflag.html"><img src="img/bzflag.png" height="64" alt="Tiny screenshot of Bzflag"></a></td>
<td>Bzflag</td> <td>Bzflag</td>
<td>Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.</td> <td>Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.</td>
<td><a href="help_bzflag.html">More info</a></td> <td><a href="help_bzflag.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_hedgewars.html"><img src="img/hedgewars.png" height="64"></a></td> <td><a href="help_hedgewars.html"><img src="img/hedgewars.png" height="64" alt="Tiny screenshot of Hedgewars"></a></td>
<td>Hedgewars</td> <td>Hedgewars</td>
<td>Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.</td> <td>Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.</td>
<td><a href="help_hedgewars.html">More info</a></td> <td><a href="help_hedgewars.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_lix.html"><img src="img/lix.png" height="64"></a></td> <td><a href="help_lix.html"><img src="img/lix.png" height="64" alt="Tiny screenshot of Lix"></a></td>
<td>Lix</td> <td>Lix</td>
<td>Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.</td> <td>Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.</td>
<td><a href="help_lix.html">More info</a></td> <td><a href="help_lix.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_mindustry.html"><img src="img/mindustry.png" height="64"></a></td> <td><a href="help_mindustry.html"><img src="img/mindustry.png" height="64" alt="Tiny screenshot of Mindustry"></a></td>
<td>Mindustry</td> <td>Mindustry</td>
<td>A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.</td> <td>A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.</td>
<td><a href="help_mindustry.html">More info</a></td> <td><a href="help_mindustry.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_openhv.html"><img src="img/openhv.png" height="64"></a></td> <td><a href="help_openhv.html"><img src="img/openhv.png" height="64" alt="Tiny screenshot of OpenHV"></a></td>
<td>OpenHV</td> <td>OpenHV</td>
<td>Real-time strategy game where you mine resources and build units to attack and defend.</td> <td>Real-time strategy game where you mine resources and build units to attack and defend.</td>
<td><a href="help_openhv.html">More info</a></td> <td><a href="help_openhv.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_openspades.html"><img src="img/openspades.png" height="64"></a></td> <td><a href="help_openspades.html"><img src="img/openspades.png" height="64" alt="Tiny screenshot of OpenSpades"></a></td>
<td>OpenSpades</td> <td>OpenSpades</td>
<td>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.</td> <td>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.</td>
<td><a href="help_openspades.html">More info</a></td> <td><a href="help_openspades.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_supertuxkart.html"><img src="img/supertuxkart.png" height="64"></a></td> <td><a href="help_supertuxkart.html"><img src="img/supertuxkart.png" height="64" alt="Tiny screenshot of SuperTuxKart"></a></td>
<td>SuperTuxKart</td> <td>SuperTuxKart</td>
<td>Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.</td> <td>Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.</td>
<td><a href="help_supertuxkart.html">More info</a></td> <td><a href="help_supertuxkart.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_teeworlds.html"><img src="img/teeworlds.png" height="64"></a></td> <td><a href="help_teeworlds.html"><img src="img/teeworlds.png" height="64" alt="Tiny screenshot of Teeworlds"></a></td>
<td>Teeworlds</td> <td>Teeworlds</td>
<td>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</td> <td>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</td>
<td><a href="help_teeworlds.html">More info</a></td> <td><a href="help_teeworlds.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_unvanquished.html"><img src="img/unvanquished.png" height="64"></a></td> <td><a href="help_unvanquished.html"><img src="img/unvanquished.png" height="64" alt="Tiny screenshot of Unvanquished"></a></td>
<td>Unvanquished</td> <td>Unvanquished</td>
<td>First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.</td> <td>First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.</td>
<td><a href="help_unvanquished.html">More info</a></td> <td><a href="help_unvanquished.html">More info</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="help_xonotic.html"><img src="img/xonotic.png" height="64"></a></td> <td><a href="help_xonotic.html"><img src="img/xonotic.png" height="64" alt="Tiny screenshot of Xonotic"></a></td>
<td>Xonotic</td> <td>Xonotic</td>
<td>First-person shooter where players compete in a 3D world. It features Battle Royale mode.</td> <td>First-person shooter where players compete in a 3D world. It features Battle Royale mode.</td>
<td><a href="help_xonotic.html">More info</a></td> <td><a href="help_xonotic.html">More info</a></td>
@ -129,7 +129,7 @@
<p>Enjoy!</p> <p>Enjoy!</p>
<h1>Communication</h1> <h1>Communication</h1>
<p>We use Mumble voice chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a>. It is the main mode of cummunication during the event.</p> <p>We use Mumble voice chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a>. It is the main mode of cummunication during the event.</p>
<p>Matrix chat on <a href="https://matrix.to/#/#xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p> <p>Matrix chat on <a href="https://matrix.to/&#35;/&#35;xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p>
<p>XMPP chat on <a href="xmpp:onfoss@conference.hribhrib.at?join">onfoss@conference.hribhrib.at</a></p> <p>XMPP chat on <a href="xmpp:onfoss@conference.hribhrib.at?join">onfoss@conference.hribhrib.at</a></p>
<p>See the <a href="help.html">help page</a> for more information on how to connect to these services.</p> <p>See the <a href="help.html">help page</a> for more information on how to connect to these services.</p>
<h1>Code</h1> <h1>Code</h1>

View File

@ -7,13 +7,13 @@
<link rel="stylesheet" href="css/serverstats.css"> <link rel="stylesheet" href="css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>

View File

@ -7,13 +7,13 @@
<link rel="stylesheet" href="css/serverstats.css"> <link rel="stylesheet" href="css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script> <script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script> <script src="js/serverstats.js"></script>
</head> </head>
<body> <body>
<nav class="container"> <nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg"> <img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span> <span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a> </a>