aboutsummaryrefslogtreecommitdiff
path: root/assets.go
diff options
context:
space:
mode:
Diffstat (limited to 'assets.go')
-rw-r--r--assets.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/assets.go b/assets.go
deleted file mode 100644
index 0905228..0000000
--- a/assets.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package main
-
-import "net/http"
-
-func init() {
- http.Handle("/css/", http.FileServer(http.Dir("assets")))
- http.Handle("/fonts/", http.FileServer(http.Dir("assets")))
-}