+ DATE
+
+ {{ date }}
+
+ TIME
+
+ {{ time }}
+
+ ORDER ID
+
+ {{ orderId }}
+
diff --git a/.gitignore b/.gitignore index 78a752d8..2e6bd517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .DS_Store node_modules/ -dist/ npm-debug.log* yarn-debug.log* yarn-error.log* diff --git a/dist/favicon.ico b/dist/favicon.ico new file mode 100644 index 00000000..34b63ac6 Binary files /dev/null and b/dist/favicon.ico differ diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 00000000..bde2b6ac --- /dev/null +++ b/dist/index.html @@ -0,0 +1 @@ +
I am testing data, I am testing data.
DATE | +ORDER ID | +AMOUNT | +
---|---|---|
22-11-2021 | +4576786 | +£20 | +
16-11-2021 | +4576786 | +£40 | +
22-11-2021 | +4576786 | +£40 | +
22-11-2021 | +4576786 | +£20 | +
+ INJURY
+ Right Elbow
+
+ PT NAME
+ DIMITRI ALEXIOU
+
+ DATE
+
+ {{ date }}
+
+ TIME
+
+ {{ time }}
+
+ ORDER ID
+
+ {{ orderId }}
+
+ INJURY
+ Left Shoulder
+
+ PT NAME
+ DIMITRI ALEXIOU
+
+ DATE
+
+ {{ date }}
+
+ TIME
+
+ {{ time }}
+
+ ORDER ID
+
+ {{ orderId }}
+
+ Add a consultation
+
+ Book a physio
+