diff options
Diffstat (limited to 'javascript/app/index.html')
-rw-r--r-- | javascript/app/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/javascript/app/index.html b/javascript/app/index.html new file mode 100644 index 0000000..0c8f882 --- /dev/null +++ b/javascript/app/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>Haskell code explorer</title> + <meta name="description" content="Haskell code explorer"> + <meta name="google" content="notranslate"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + {{content-for 'head'}} + <link rel="stylesheet" href="/assets/vendor.css"> + <link rel="stylesheet" href="/assets/haskell-code-explorer.css"> + {{content-for 'head-footer'}} + </head> + <body> + {{content-for 'body'}} + <script pace-src="/assets/vendor.js"></script> + <script pace-src="/assets/haskell-code-explorer.js"></script> + {{content-for 'body-footer'}} + <noscript>You need to enable JavaScript to run this app.</noscript> + </body> +</html> |