SEC2003/public/index.html

27 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<title>SEC 2003</title>
</head>
<body>
<h1>Super Émail Calculator 2003</h1>
<noscript>
<strong>Le Super Émail Calculator 2000 nécessite javascript pour fonctionner. Aucun pistage nest fait, aucune information nest envoyé au serveur, qui par ailleurs sen moquerait bien.</strong>
</noscript>
<div id="app"></div>
</body>
<footer>
<ul>
<li>Conçu par Adrian et Elisa</li>
<li>Code source disponible <a href="https://git.jean-cloud.net/adrian/SEC2003">sur notre dépôt git</a></li>
<li>Logo <a href="https://fr.freepik.com/vecteurs/ligne">Ligne vecteur créé par studiogstock - fr.freepik.com</a></li>
<li>Hébergé par <a href="https://jean-cloud.net">Jean-Cloud</a></li>
</ul>
</footer>
</html>