From a72c5c867cb77d30790e9e2d2b0f2949dfb9c5bc Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 4 Oct 2020 20:20:16 +0200 Subject: [PATCH] Adds missing files, gets device --- index.html | 3 +- src/Core.elm | 29 ++- src/Main.elm | 5 +- src/Views.elm | 427 +----------------------------------------- src/Views/Desktop.elm | 427 ++++++++++++++++++++++++++++++++++++++++++ src/Views/Mobile.elm | 427 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 883 insertions(+), 435 deletions(-) create mode 100644 src/Views/Desktop.elm create mode 100644 src/Views/Mobile.elm diff --git a/index.html b/index.html index 8193c49..4f9ea66 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@