diff --git a/app/components/ServiceCard.vue b/app/components/ServiceCard.vue new file mode 100644 index 0000000..f65bde3 --- /dev/null +++ b/app/components/ServiceCard.vue @@ -0,0 +1,140 @@ + + + + + \ No newline at end of file diff --git a/app/components/StatusHeader.vue b/app/components/StatusHeader.vue new file mode 100644 index 0000000..0136af4 --- /dev/null +++ b/app/components/StatusHeader.vue @@ -0,0 +1,90 @@ + + + \ No newline at end of file diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 859c119..544cc0d 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -1,6 +1,12 @@ + + \ No newline at end of file diff --git a/app/pages/status.vue b/app/pages/status.vue new file mode 100644 index 0000000..e369a43 --- /dev/null +++ b/app/pages/status.vue @@ -0,0 +1,147 @@ + + + + + \ No newline at end of file