diff options
| author | Yuchen Pei <hi@ypei.me> | 2022-09-19 11:22:21 +1000 | 
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2022-09-19 11:22:21 +1000 | 
| commit | ef1b927861f9a949aed20341144ffb5bfd42f038 (patch) | |
| tree | 48bd4688928546bedc6504aad76bf6e0327fcef9 /javascript/app/index.html | |
| parent | 117850d8f659517cb818a857dc04c8f5157795c4 (diff) | |
Removing the web client
Diffstat (limited to 'javascript/app/index.html')
| -rw-r--r-- | javascript/app/index.html | 22 | 
1 files changed, 0 insertions, 22 deletions
diff --git a/javascript/app/index.html b/javascript/app/index.html deleted file mode 100644 index 2be0d64..0000000 --- a/javascript/app/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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=0.6"> -        {{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>  | 
