pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 829374203cdea4fd54baa6e8e2b8dd8e5d116fcd parent 76b86378c78ae15b05404c340e324fc6287c7469 Author: Jul <jul@9o.is> Date: Mon, 21 Jul 2014 22:19:46 -0400 indicate the time shown is local Diffstat:
| M | src/main/webapp/atm.html | | | 1 | + |
| M | src/main/webapp/index.html | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/webapp/atm.html b/src/main/webapp/atm.html @@ -35,6 +35,7 @@ </tr> </tbody> </table> + <div class="note margin-top-10">Only showing local time.</div> </div> <div class="col-xs-12 col-sm-6 atm-images"> diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -108,7 +108,7 @@ </tr> </tbody> </table> - + <div class="note margin-top-10">Only showing local time.</div> </div> </div>