From f67ee7a7ebc0d1eef9187057415d93ed3aff51b5 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 7 Jan 2018 13:38:12 -0800 Subject: [PATCH] add settings page --- routes/_components/Nav.html | 16 +++++++++++----- routes/settings.html | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 routes/settings.html diff --git a/routes/_components/Nav.html b/routes/_components/Nav.html index f5316db..dedd320 100644 --- a/routes/_components/Nav.html +++ b/routes/_components/Nav.html @@ -3,32 +3,38 @@
  • - + Home
  • - + Notifications
  • - + Local
  • - + Federated
  • - +
  • + + + + Settings + +
  • diff --git a/routes/settings.html b/routes/settings.html new file mode 100644 index 0000000..2f9f3b5 --- /dev/null +++ b/routes/settings.html @@ -0,0 +1,19 @@ +<:Head> + Settings + + + +

    Settings

    + +

    This is the 'settings' page. There's not much here.

    +
    + + \ No newline at end of file