diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-12 21:38:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-12 21:38:22 -0400 |
| commit | b84bdc5a629dfa6310b24dd5eedee2843558b73a (patch) | |
| tree | b22a0630991f39ed166de0599f9b14d3e9f13b2e /deploy | |
| parent | 762ac2bf354e4cc2c4b15f42502da939f5061646 (diff) | |
more any -> type fixes
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 16 | ||||
| -rw-r--r-- | deploy/mobile/ink.html | 13 |
2 files changed, 0 insertions, 29 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html deleted file mode 100644 index cca6f763b..000000000 --- a/deploy/mobile/image.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> - -<head> - <title>Dash Mobile</title> - <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" - integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> - <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> -</head> - -<body> - <div id="root"></div> - <script src="../mobileInterface.js"></script> -</body> - -</html>
\ No newline at end of file diff --git a/deploy/mobile/ink.html b/deploy/mobile/ink.html deleted file mode 100644 index 938d85794..000000000 --- a/deploy/mobile/ink.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> - -<head> - <title>Test view</title> - <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> -</head> - -<body> - <div id="root"></div> - <script src="../inkControls.js"></script> -</body> - -</html>
\ No newline at end of file |
