2018-10-11 03:03:07 +02:00
<!DOCTYPE html>
2018-10-12 14:44:50 +02:00
< html lang = "fr" >
2018-10-11 03:03:07 +02:00
< head >
< title > Faker - Lucien Cartier-Tilet</ title >
2018-10-12 14:44:50 +02:00
< meta name = "description" content = "Page universitaire de Lucien Cartier-Tilet" />
< meta name = "author" content = "Lucien Cartier-Tilet" />
2018-10-11 03:03:07 +02:00
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" >
2018-10-12 14:44:50 +02:00
< meta name = "viewport" content = "initial-scale=1, user-scalable=yes, maximum-scale=5, width=device-width, height=device-height" >
< link rel = "stylesheet" type = "text/css" href = "../css/style.css" >
< script src = "../js/faker.min.js" ></ script >
< script src = "../js/exo-faker.js" ></ script >
2018-10-11 03:03:07 +02:00
</ head >
2018-10-12 14:44:50 +02:00
2018-10-11 03:03:07 +02:00
< body >
< ul class = "navbar" >
2018-10-12 14:44:50 +02:00
< li >< a href = "../" > Home</ a ></ li >
< li >< a href = "../square/" > Square</ a ></ li >
< li >< a class = "active" href = "../faker/" > Faker</ a ></ li >
< li >< a href = "../canvas/" > Canvas</ a ></ li >
< li >< a href = "../button/" > Button</ a ></ li >
2018-10-13 01:28:32 +02:00
< li >< a href = "../animation/" > Animation</ a ></ li >
< li >< a href = "../edit-image/" > Édition d’ Image</ a ></ li >
2018-10-11 03:03:07 +02:00
</ ul >
< div class = "container" >
< div class = "content" >
< h2 > Liste des identitées créées avec Faker</ h2 >
< p > Vous pouvez trouver ci-dessous une liste de cinq cent identitées créées à l’ aide de la bibliothèque < a href = "https://github.com/Marak/faker.js" > Faker.js</ a > .</ p >
< div id = "list" style = "text-align:center" >
< p > Chargement...</ p >
< p > Si rien ne se passe au bout de dix secondes, veuillez vérifier que votre navigateur web supporte Javascript, et réessayez.</ p >
</ div >
</ div >
</ div >
</ body >
2018-10-12 14:44:50 +02:00
2018-10-11 03:03:07 +02:00
</ html >