From 82b496916ea02abab6100d5eff0e717852943779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Jul 2023 11:53:27 +0200 Subject: [PATCH] Add a mockup for the main view --- index.html | 27 ++++++++++------ src/App.vue | 2 ++ src/views/MainView.vue | 71 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+), 10 deletions(-) create mode 100644 src/views/MainView.vue diff --git a/index.html b/index.html index 89a515e..23bd425 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,20 @@ - - - - - Sub-Address KEy - - -
- - + + + + + Sub-Address KEy + + +
+
+
+
+
+
+
+
+ + diff --git a/src/App.vue b/src/App.vue index 624319c..2b0c606 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,7 @@ diff --git a/src/views/MainView.vue b/src/views/MainView.vue new file mode 100644 index 0000000..07fd23b --- /dev/null +++ b/src/views/MainView.vue @@ -0,0 +1,71 @@ + + +