2016-06-29 12:27:04 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2017-05-04 15:13:04 +02:00
< meta name = "viewport" content = "initial-scale=1" >
2016-06-29 12:27:04 +02:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2017-05-04 19:43:25 +02:00
< meta name = "google-site-verification" content = "C03WwnrJP0FLqf83ibMBA7_N-TLQcwsJaAhqKXppxaE" / >
2017-05-04 12:12:26 +02:00
< title > Simulateur d'embauche< / title >
2017-05-30 11:08:10 +02:00
< meta name = "description" content = "Simulation du prix d'une embauche en France" data-react-helmet = "true" > <!-- data - helmet pour que React Helmet puisse écraser ce meta par défaut -->
2017-01-26 16:08:04 +01:00
< link href = 'https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700' rel = 'stylesheet' type = 'text/css' >
2017-12-14 19:24:46 +01:00
< link rel = "manifest" href = "/manifest.webmanifest" >
2016-06-29 12:27:04 +02:00
< / head >
< body >
2017-12-04 19:01:28 +01:00
< div id = "js" / >
2017-01-26 16:08:04 +01:00
< script src = "https://use.fontawesome.com/1da10bbdec.js" > < / script >
2016-12-07 19:08:10 +01:00
< script type = "text/javascript" src = "/dist/bundle.js" > < / script >
2016-06-29 12:27:04 +02:00
< / body >
2017-05-04 12:12:26 +02:00
2016-06-29 12:27:04 +02:00
< / html >