From 615779999bf652632870d4105fa7f0ba23af63cb Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 11 Sep 2015 20:49:42 -0400 Subject: Add web resources. --- web/index.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ web/style.css | 5 +++++ 2 files changed, 72 insertions(+) create mode 100644 web/index.html create mode 100644 web/style.css diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..ccbfe53 --- /dev/null +++ b/web/index.html @@ -0,0 +1,67 @@ + + + + + + + + + + + +

Pending Photos

+ + + +

Albums

+ + + diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..bf029e1 --- /dev/null +++ b/web/style.css @@ -0,0 +1,5 @@ +body { + padding-top = 5em; + padding-left = 5em; + font-family: 'Noto Sans', sans-serif; +} -- cgit v1.2.3