aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2024-09-05 11:40:24 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2024-09-05 11:40:24 -0400
commitc1053475810a1b1b3a9963c3f1ef0b1a9509d222 (patch)
tree41da9f26592ba7f189f8d00536435182e38272da /deploy
parent785e55141cab178a761080f5c99384bb19855969 (diff)
parent9014cc474a039f0daef6cc0ee2011329da7703ac (diff)
merged with master
Diffstat (limited to 'deploy')
-rw-r--r--deploy/mobile/image.html16
-rw-r--r--deploy/mobile/ink.html13
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