diff options
Diffstat (limited to 'nut-score/indexProduction.html')
-rw-r--r-- | nut-score/indexProduction.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nut-score/indexProduction.html b/nut-score/indexProduction.html new file mode 100644 index 000000000000..1597bfa6c6ff --- /dev/null +++ b/nut-score/indexProduction.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>ReasonReact Examples</title> +</head> +<body> + <script src="./bundleOutput/index.js"></script> +</body> +</html> |