Created the first draft of the FOSS Website

This commit is contained in:
Sage The DM 2024-06-18 11:29:04 +02:00
parent 8b87143505
commit 7a99d4b1eb
42 changed files with 924 additions and 0 deletions

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game List</title>
<link rel="stylesheet" href="../list.css">
</head>
<body>
<h1>Game List</h1>
<h2>Fully Free</h2>
<ul class="fully-free">
<li>Xonotic</li>
<li>Freedoom</li>
<li>OpenArena</li>
</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>
</ul>
</body>
</html>