[Client] Add legal mentions HTML page
The legal mentions themselves will have to be added by Flask using the html_legal_mentions variable.
This commit is contained in:
		
							parent
							
								
									907c9c6f15
								
							
						
					
					
						commit
						c4b6807c8e
					
				
							
								
								
									
										22
									
								
								truthseeker/templates/legal.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								truthseeker/templates/legal.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,22 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="fr"> | ||||
|     <head> | ||||
|         <title>Truth Inquiry - Mentions légales</title> | ||||
|         <link rel="stylesheet" href="/static/css/game_ui.css"> | ||||
|         <link rel="stylesheet" href="/static/css/game_ui_legal.css"> | ||||
|         <meta name="color-scheme" content="dark light"> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
|         <meta charset="UTF-8"> | ||||
|     </head> | ||||
|     <body> | ||||
|         <h1 class="legal_text_title">Mentions légales</h1> | ||||
|         <div class="legal_text_block">{{ html_legal_mentions }}</div> | ||||
|         <footer> | ||||
|             <div class="footer_links"> | ||||
|                 <a href="/privacy" class="footer_link link" target="_blank" title="Consulter la politique de confidentialité de Truth Inquiry (ouverture dans un nouvel onglet)">Politique de confidentialité</a> | ||||
|                 <a href="/licenses" class="footer_link link" target="_blank" title="Consulter les licenses des éléments non-originaux de Truth Inquiry (ouverture dans un nouvel onglet)">Licenses</a> | ||||
|                 <a href="/legal" class="footer_link link" target="_blank" title="Consulter les mentions légales de Truth Inquiry (ouverture dans un nouvel onglet)">Mentions légales</a> | ||||
|             </div> | ||||
|         </footer> | ||||
|     </body> | ||||
| </html> | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user