aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-08-27 16:44:12 -0400
committereleanor-park <eleanor_park@brown.edu>2024-08-27 16:44:12 -0400
commit39d2bba7bf4b0cc3759931691640083a48cce662 (patch)
tree8bf110760aa926237b6294aec545f48cfc92747d /deploy
parent6f73686ec4dc3e01ae3eacc0150aa59eafea0325 (diff)
parentb8a04a0fedf8ef3612395764a0ecd01f6824ebd1 (diff)
Merge branch 'master' into eleanor-gptdraw
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