From 380a078800c4552e4c86cc8220bbc3d7b41b7dbf Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 17 Jul 2015 19:08:10 +0000 Subject: [PATCH] Add custom start page for Firefox web apps --- www/start.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 www/start.html diff --git a/www/start.html b/www/start.html new file mode 100644 index 0000000..e735d4c --- /dev/null +++ b/www/start.html @@ -0,0 +1,37 @@ +{% extends "layout.html" %} +{% block title %}Start Page{% endblock %} +{% block content %} + +

Start Page

+ +

Google

+ +
+ + +
+ +

Web Apps

+ + + + +{% endblock %} +{% block scripts %} + +{% endblock %}