From 7bc708f5d8abd0c4103096ab80ae5550906b3b1d Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 23 Jun 2016 11:32:06 +1000 Subject: [PATCH] Add material design requirements --- static/index.html | 7 +++++++ static/js/main.js | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/js/main.js diff --git a/static/index.html b/static/index.html index b18293b..5b6cf96 100644 --- a/static/index.html +++ b/static/index.html @@ -7,9 +7,15 @@ Pantsu Paste + + + + + + + diff --git a/static/js/main.js b/static/js/main.js new file mode 100644 index 0000000..e2dfc81 --- /dev/null +++ b/static/js/main.js @@ -0,0 +1 @@ +$.material.init()