4 lines
220 B
C
4 lines
220 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
static const char INDEX_HTML[] PROGMEM = "<!doctype html><meta charset=utf-8><title>Weather Predictor</title><h1>Weather Predictor</h1><p>See <a href=/api/current>/api/current</a></p>";
|