Final commit before switching to a js framework
This commit is contained in:
parent
37c8cb2541
commit
f3b2a40b0a
37 changed files with 469 additions and 144 deletions
|
@ -31,17 +31,28 @@
|
|||
<h1>Game List</h1>
|
||||
<h2>Fully Free</h2>
|
||||
<ul class="fully-free">
|
||||
<li>Xonotic</li>
|
||||
<li>Freedoom</li>
|
||||
<li>OpenArena</li>
|
||||
</ul>
|
||||
<a href="https://xonotic.org/" target="_blank" class="item-link">
|
||||
<li>Xonotic</li>
|
||||
</a>
|
||||
<a href="https://freedoom.github.io" target="_blank" class="item-link">
|
||||
<li>Freedoom</li>
|
||||
</a>
|
||||
<a href="https://openarena.ws/smfnews.php" target="_blank" class="item-link">
|
||||
<li>OpenArena</li>
|
||||
</a>
|
||||
</ul>
|
||||
|
||||
<h2>Non-Free Assets</h2>
|
||||
<ul class="non-free-assets">
|
||||
<li>AssaultCube</li>
|
||||
<li>Cube</li>
|
||||
<li>Cube 2: Sauerbraten</li>
|
||||
<li>Doom</li>
|
||||
<a href="https://assault.cubers.net/" target="_blank" class="item-link">
|
||||
<li>AssaultCube</li>
|
||||
</a>
|
||||
<a href="http://sauerbraten.org/" target="_blank" class="item-link">
|
||||
<li>Cube 2: Sauerbraten</li>
|
||||
</a>
|
||||
<a href="https://store.steampowered.com/app/2280/DOOM__DOOM_II/" target="_blank" class="item-link">
|
||||
<li>Doom</li>
|
||||
</a>
|
||||
</ul>
|
||||
</article>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue