Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
110:8ab752842d25
Parent:
109:3e82f62c7e1f
Child:
111:aaa858678e34
--- a/net/web-net-html.c	Mon Apr 29 14:45:30 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#include "http.h"
-#include "web-page-base.h"
-#include "web-add.h"
-#include "mac.h"
-
-void WebNetHtml()
-{
-    HttpOk("text/html; charset=UTF-8", "no-cache", NULL, NULL);
-    WebAddHeader("Net", "settings.css", NULL);
-    WebAddNav(NET_PAGE);
-    WebAddH1("Net");
-                     
-    WebAddH2("Ethernet");
-    WebAddLabelledMac  ("MAC",                   MacLocal);
-    
-    WebAddEnd();
-                        
-}