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,16 +31,25 @@
|
|||
<h1>Game List</h1>
|
||||
<h2>Fully Free</h2>
|
||||
<ul class="fully-free">
|
||||
<li>KDE Games</li>
|
||||
<li>GNOME Games</li>
|
||||
<li>Friday Night Funkin'</li>
|
||||
<a href="https://apps.kde.org/categories/games/" target="_blank" class="item-link">
|
||||
<li>KDE Games</li>
|
||||
</a>
|
||||
<a href="https://gnomegames.com/" target="_blank" class="item-link">
|
||||
<li>GNOME Games</li>
|
||||
</a>
|
||||
<a href="https://funkin.me/" target="_blank" class="item-link">
|
||||
<li>Friday Night Funkin'</li>
|
||||
</a>
|
||||
</ul>
|
||||
|
||||
<h2>Non-Free Assets</h2>
|
||||
<ul class="non-free-assets">
|
||||
<li>osu!</li>
|
||||
<li>OpenMW</li>
|
||||
<li>Daggerfall Unity</li>
|
||||
<a href="https://osu.ppy.sh/" target="_blank" class="item-link">
|
||||
<li>osu!</li>
|
||||
</a>
|
||||
<a href="https://openmw.org/" target="_blank" class="item-link">
|
||||
<li>OpenMW</li>
|
||||
</a>
|
||||
</ul>
|
||||
</article>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue