From 1731857f6a30521d0b043a510375eef128c9a21d Mon Sep 17 00:00:00 2001 From: Michael Pivato Date: Tue, 15 Jan 2019 09:31:40 +1030 Subject: [PATCH] Add CSS and FETA page for web demo --- Web/css/index.css | 11 +++++++++++ Web/feta.html | 26 ++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Web/css/index.css create mode 100644 Web/feta.html diff --git a/Web/css/index.css b/Web/css/index.css new file mode 100644 index 0000000..dd074bb --- /dev/null +++ b/Web/css/index.css @@ -0,0 +1,11 @@ +.big-button{ + height: 100%; + width: 100%; + font-size: 20px +} + +.tall-button{ + height: 80px; + margin: 10px 0px; + +} \ No newline at end of file diff --git a/Web/feta.html b/Web/feta.html new file mode 100644 index 0000000..88f72c8 --- /dev/null +++ b/Web/feta.html @@ -0,0 +1,26 @@ + + + +
+ + + + +
+ +
+

Fault Exempting Telemetary Architecture

+
+
+ +
+
+ +
+
+ +
+
+
+ + \ No newline at end of file