mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
40 lines
1.3 KiB
PHP
Executable File
40 lines
1.3 KiB
PHP
Executable File
<!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>
|