aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..e7db26c
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <title>Frontend demo with Nginx + environment variables</title>
+ <script src="/inject.js"></script>
+ </head>
+ <body>
+ <h1>Frontend demo with Nginx + environment variables</h1>
+ <div id="app"></div>
+ <script src="/app.js"></script>
+ </body>
+</html>