From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- dist/pages/meals.html | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 dist/pages/meals.html (limited to 'dist/pages/meals.html') diff --git a/dist/pages/meals.html b/dist/pages/meals.html new file mode 100644 index 0000000..058d2e1 --- /dev/null +++ b/dist/pages/meals.html @@ -0,0 +1,136 @@ + + + + + + + + + + + + Meals « BežiApp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + -- cgit v1.2.3 From 831563c8ecb2854ceba73c284719b7579c0a3bbc Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 16:14:07 +0200 Subject: Experimental theme support --- dist/pages/meals.html | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/pages/meals.html') diff --git a/dist/pages/meals.html b/dist/pages/meals.html index 058d2e1..da1c666 100644 --- a/dist/pages/meals.html +++ b/dist/pages/meals.html @@ -25,6 +25,7 @@ + -- cgit v1.2.3 From 730722259f6f079c930f6fcce1c2f1e715d3df63 Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 20:25:10 +0200 Subject: CSS --- dist/pages/meals.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dist/pages/meals.html') diff --git a/dist/pages/meals.html b/dist/pages/meals.html index da1c666..ce061f1 100644 --- a/dist/pages/meals.html +++ b/dist/pages/meals.html @@ -38,7 +38,7 @@ -
-- cgit v1.2.3 From 5fc29dc18a5b27dd8dbf45f8dd67e42ee74419fb Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 14:11:48 +0200 Subject: install scritp fix --- dist/pages/meals.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 dist/pages/meals.html (limited to 'dist/pages/meals.html') diff --git a/dist/pages/meals.html b/dist/pages/meals.html old mode 100644 new mode 100755 -- cgit v1.2.3