diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-19 13:53:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-19 13:53:21 +0200 |
| commit | cfbfb43a5e06aac134002900a8630715dec1b9cb (patch) | |
| tree | affd531f5e061717c0add425610027178995bb71 /src/index.html | |
Initial commit
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 12 |
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> |
