Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
110:8ab752842d25
Parent:
109:3e82f62c7e1f
Child:
111:aaa858678e34
--- a/css/web-nav-css.c	Mon Apr 29 14:45:30 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#include "http.h"
-
-static const char* cssNav =
-#include "web-nav-css.inc"
-;
-const char* WebNavCssDate = __DATE__;
-const char* WebNavCssTime = __TIME__;
-
-void WebNavCss()
-{
-    HttpOk("text/css; charset=UTF-8", "max-age=3600", WebNavCssDate, WebNavCssTime);
-    HttpAddText(cssNav);
-}