From 4d4f4793d77dae3b2adf4142ce08b706cab23f7f Mon Sep 17 00:00:00 2001 From: Franzz Date: Sun, 1 Sep 2019 17:34:25 +0200 Subject: [PATCH] HTML Templates --- masks/errors.html | 7 ++++ masks/home.html | 6 +++ masks/index.html | 23 +++++++++++ masks/logoff.html | 8 ++++ masks/logon.html | 96 ++++++++++++++++++++++++++++++++++++++++++++ masks/menu.html | 3 ++ masks/template.html | 20 +++++++++ masks/workshops.html | 7 ++++ 8 files changed, 170 insertions(+) create mode 100644 masks/errors.html create mode 100644 masks/home.html create mode 100644 masks/index.html create mode 100644 masks/logoff.html create mode 100644 masks/logon.html create mode 100644 masks/menu.html create mode 100644 masks/template.html create mode 100644 masks/workshops.html diff --git a/masks/errors.html b/masks/errors.html new file mode 100644 index 0000000..9766838 --- /dev/null +++ b/masks/errors.html @@ -0,0 +1,7 @@ +
+ +
\ No newline at end of file diff --git a/masks/home.html b/masks/home.html new file mode 100644 index 0000000..89904c1 --- /dev/null +++ b/masks/home.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/masks/index.html b/masks/index.html new file mode 100644 index 0000000..6945fbd --- /dev/null +++ b/masks/index.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + CATC Notes + + + +
+ + \ No newline at end of file diff --git a/masks/logoff.html b/masks/logoff.html new file mode 100644 index 0000000..94f43b1 --- /dev/null +++ b/masks/logoff.html @@ -0,0 +1,8 @@ +
Bye...
+ \ No newline at end of file diff --git a/masks/logon.html b/masks/logon.html new file mode 100644 index 0000000..ec7545e --- /dev/null +++ b/masks/logon.html @@ -0,0 +1,96 @@ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ + + + +
+ +
+
+ +
+
+ \ No newline at end of file diff --git a/masks/menu.html b/masks/menu.html new file mode 100644 index 0000000..b393c06 --- /dev/null +++ b/masks/menu.html @@ -0,0 +1,3 @@ +Write .  +Settings .  +Sign out \ No newline at end of file diff --git a/masks/template.html b/masks/template.html new file mode 100644 index 0000000..b6b82c6 --- /dev/null +++ b/masks/template.html @@ -0,0 +1,20 @@ +
+ + +
+
+
+
+ +#errors# \ No newline at end of file diff --git a/masks/workshops.html b/masks/workshops.html new file mode 100644 index 0000000..0c4ca52 --- /dev/null +++ b/masks/workshops.html @@ -0,0 +1,7 @@ +

Workshops

+ \ No newline at end of file