Created the first draft of the FOSS Website
This commit is contained in:
		
							parent
							
								
									8b87143505
								
							
						
					
					
						commit
						7a99d4b1eb
					
				
					 42 changed files with 924 additions and 0 deletions
				
			
		
							
								
								
									
										26
									
								
								FOOS_ALT_WEBSITE/games/fps.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								FOOS_ALT_WEBSITE/games/fps.html
									
										
									
									
									
										Normal 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> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM