diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 00000000..97a1b3cd --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Document</title> +</head> +<body> + <h1>Hello</h1> + + <script src="./build/build/faker.js"></script> + <script> + + faker.seed(100); + var name = faker.name.findName(); + console.log(name); + + </script> + +</body> +</html>d |
