From c22ae3469f848b1b20dbcada97e96588f136a0c6 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Tue, 14 Oct 2014 22:40:02 +0200 Subject: [PATCH] Added webcounter to initial page --- html/{index.html => index.tpl} | 3 ++- user/cgi.c | 12 ++++++++++++ user/cgi.h | 1 + user/cgiwifi.c | 5 ++++- user/espfs.c | 6 +++--- user/httpd.c | 4 ++-- user/user_main.c | 3 ++- 7 files changed, 26 insertions(+), 8 deletions(-) rename html/{index.html => index.tpl} (91%) diff --git a/html/index.html b/html/index.tpl similarity index 91% rename from html/index.html rename to html/index.tpl index feab1f5..4310cb3 100644 --- a/html/index.html +++ b/html/index.tpl @@ -6,7 +6,8 @@

It Works

-If you see this, it means the tiny li'l website in your ESP8266 does actually work. +If you see this, it means the tiny li'l website in your ESP8266 does actually work. Fyi, this page has +been loaded %counter% times.