From 66a2e8c791326ebe98845f17d9d79b4817b73b99 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Sun, 3 Jul 2016 10:12:21 -0400 Subject: Add the css file --- todolist/webapp.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'todolist/webapp.go') diff --git a/todolist/webapp.go b/todolist/webapp.go index 302be58..39d1a9b 100644 --- a/todolist/webapp.go +++ b/todolist/webapp.go @@ -44,15 +44,10 @@ func Scaffold(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { font-family: 'Roboto', sans-serif; margin: 0px; } - .red { - color: #D50000 !important; - } - .blue { - color: #2196F3 !important; - } + Todolist @@ -69,7 +64,7 @@ func Scaffold(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { } func urlFor(file string) string { - return "http://d26ykxqbemi1kc.cloudfront.net/" + VERSION + "/" + file + return "https://s3.amazonaws.com/todolist-local/" + VERSION + "/" + file } func GetTodos(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { -- cgit v1.3