From c876f0ef513751acbe2345cd80df70c500680fad Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 10 Mar 2020 03:52:49 +1100 Subject: [PATCH] adding index.html for payment selection --- .gitignore | 3 ++- PG/index.html | 39 +++++++++++++++++++++++++++++++++++++++ PG/pinegrow.json | 2 +- PG/style.css | 0 4 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 PG/index.html create mode 100644 PG/style.css diff --git a/.gitignore b/.gitignore index e40a4e4..0b352a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__debug_bin \ No newline at end of file +__debug_bin +PG/_pgbackup \ No newline at end of file diff --git a/PG/index.html b/PG/index.html new file mode 100644 index 0000000..b360fd3 --- /dev/null +++ b/PG/index.html @@ -0,0 +1,39 @@ + + + + + + + + + Blank Template for Bootstrap + + + + + + +
+
+
+

P2P

+

+ + +
+
+

FAT

+

+ + +
+
+
+ + + + + + + diff --git a/PG/pinegrow.json b/PG/pinegrow.json index 06943e5..7c5d86f 100644 --- a/PG/pinegrow.json +++ b/PG/pinegrow.json @@ -1 +1 @@ -{"files":{"dashboard.html":{"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024}},"breakpoints":["576px","768px","992px","1200px"],"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"template_framework_id":"bootstrap"} \ No newline at end of file +{"files":{"dashboard.html":{"frameworks":["form","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024},"index.html":{"frameworks":["PG","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"last_page_width":1024}},"breakpoints":["576px","768px","992px","1200px"],"frameworks":["PG","pg.insight.events","pg.css.grid","pg.image.overlay","pg.code-validator","pg.project.items","pg.asset.manager","bs4","pg.html","pg.components"],"template_framework_id":"bootstrap"} \ No newline at end of file diff --git a/PG/style.css b/PG/style.css new file mode 100644 index 0000000..e69de29