about summary refs log tree commit diff
path: root/website/sandbox/nut-score/indexProduction.html
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-24T12·29+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-24T12·29+0000
commit57b58e9b2fe2a1b178f42bc16d7c5ab1f8da9cdd (patch)
treef73b035061d0d1cdf9e7cf1545e2b48d654065b8 /website/sandbox/nut-score/indexProduction.html
parent2551b41d735cb1446fa5ecae496d079ca4741e46 (diff)
Move nut-score into website/sandbox
Also move some .gitignore entries from the top-level .gitignore into a
subdirectory .gitignore.
Diffstat (limited to 'website/sandbox/nut-score/indexProduction.html')
-rw-r--r--website/sandbox/nut-score/indexProduction.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/sandbox/nut-score/indexProduction.html b/website/sandbox/nut-score/indexProduction.html
new file mode 100644
index 000000000000..1597bfa6c6ff
--- /dev/null
+++ b/website/sandbox/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>