| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8" /> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 
					
						
							|  |  |  |     <title>FreeTTRPG</title> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="style.css" /> | 
					
						
							| 
									
										
										
										
											2024-06-30 00:17:59 +02:00
										 |  |  |     <script src="header-download.js" type="text/javascript" defer></script> | 
					
						
							|  |  |  |     <script src="java.js" type="text/javascript" defer></script> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							| 
									
										
										
										
											2024-06-30 00:17:59 +02:00
										 |  |  |   <header-component></header-component> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <article> | 
					
						
							|  |  |  |       <section id="section1"> | 
					
						
							|  |  |  |         <h1>Go to our codeberg website</h1> | 
					
						
							|  |  |  |         <a href="https://codeberg.org/Patrick_Pluto/FreeTTRPG.git"> | 
					
						
							|  |  |  |           <button type="button">Our source code</button> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |       </section> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-30 00:17:59 +02:00
										 |  |  |       <section id="section2"> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |         <h1>git clone</h1> | 
					
						
							|  |  |  |         <p class="code-box"> | 
					
						
							|  |  |  |           $ git clone https://codeberg.org/Patrick_Pluto/FreeTTRPG.git | 
					
						
							|  |  |  |         </p> | 
					
						
							|  |  |  |         <p> | 
					
						
							|  |  |  |           Clone the FreeTTRPG repository from Codeberg to your local machine. | 
					
						
							|  |  |  |         </p> | 
					
						
							|  |  |  |       </section> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-30 00:17:59 +02:00
										 |  |  |       <section id="section3"> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |         <h1>move into the repository</h1> | 
					
						
							|  |  |  |         <p class="code-box">$ cd FreeTTRPG</p> | 
					
						
							|  |  |  |         <p>Display the contents of the license file (`LICENSE`).</p> | 
					
						
							|  |  |  |       </section> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-30 00:17:59 +02:00
										 |  |  |       <section id="section4"> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |         <h1>read through our license</h1> | 
					
						
							| 
									
										
										
										
											2024-07-02 10:46:09 +02:00
										 |  |  |         <p class="code-box">$ less LICENSE</p> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |         <p>Move the bash console into the newly created repository</p> | 
					
						
							|  |  |  |       </section> | 
					
						
							|  |  |  |     </article> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:16:01 +02:00
										 |  |  |      <footer> | 
					
						
							|  |  |  |       <br /> | 
					
						
							|  |  |  |       <br /> | 
					
						
							|  |  |  |     </footer> | 
					
						
							| 
									
										
										
										
											2024-06-18 19:42:14 +02:00
										 |  |  |   </body> | 
					
						
							|  |  |  | </html> |