mirror of
				https://github.com/pierre42100/comunic
				synced 2025-11-04 12:14:10 +00:00 
			
		
		
		
	First commit
This commit is contained in:
		
							
								
								
									
										40
									
								
								tools/index.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										40
									
								
								tools/index.php
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>Outils</title>
 | 
			
		||||
		
 | 
			
		||||
		<!-- Styles CSS de la page -->
 | 
			
		||||
		<link type="text/css" rel="stylesheet" href="assets/css/home_tools.css" />
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<?php include('menu.php'); ?>
 | 
			
		||||
		
 | 
			
		||||
		<div class="tools_container">
 | 
			
		||||
			<p>Les outils ci-dessous sont des outils qui pour la plupart ne nécessitent pas de compte Comunic mais qui pourrait vous rendre service notamment dans l'utilisation du réseau social.</p>
 | 
			
		||||
			
 | 
			
		||||
			<a class="button command-button" href="nobin">
 | 
			
		||||
				<span class="icon mif-lock"></span>
 | 
			
		||||
				ZeroBin
 | 
			
		||||
				<small>Vous permet de transmettre des messages cryptés.</small>
 | 
			
		||||
			</a>
 | 
			
		||||
			
 | 
			
		||||
			<a class="button command-button" href="speaker">
 | 
			
		||||
				<span class="icon mif-volume-high"></span>
 | 
			
		||||
				Speaker.js
 | 
			
		||||
				<small>Logiciel de synthèse vocale web.</small>
 | 
			
		||||
			</a>
 | 
			
		||||
 | 
			
		||||
			<a class="button command-button" href="../minifyurl/">
 | 
			
		||||
				<span class="icon mif-shrink2"></span>
 | 
			
		||||
				MinifyURL
 | 
			
		||||
				<small>Outil de réduction d'URL.</small>
 | 
			
		||||
			</a>
 | 
			
		||||
			
 | 
			
		||||
			<a class="button command-button" href="svgedit">
 | 
			
		||||
				<span class="icon mif-paint"></span>
 | 
			
		||||
				SVGEdit
 | 
			
		||||
				<small>Logiciel d'édition d'images vectorielles web (images qui peuvent êtres agrandies à l'infini).</small>
 | 
			
		||||
			</a>
 | 
			
		||||
		</div>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user