2021-02-18 17:54:40 +00:00
<!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" >
2021-02-26 08:47:45 +00:00
< 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 >
2021-02-18 17:54:40 +00:00
< / head >
< body >
2021-02-26 08:47:45 +00:00
< h1 > Super Émail Calculator 2003< / h1 >
2021-02-18 17:54:40 +00:00
< noscript >
2021-02-26 08:47:45 +00:00
< strong > Le Super Émail Calculator 2000 nécessite javascript pour fonctionner. Aucun pistage n’ est fait, aucune information n’ est envoyé au serveur, qui par ailleurs s’ en moquerait bien.< / strong >
2021-02-18 17:54:40 +00:00
< / noscript >
< div id = "app" > < / div >
< / body >
2021-02-26 08:47:45 +00:00
< 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 >
2021-02-18 17:54:40 +00:00
< / html >