stm32-project/Core/Inc/http_pages.h

16 lines
230 B
C
Raw Permalink Normal View History

2026-04-18 14:37:49 +00:00
/*
* http_pages.h
*
* Created on: 09/04/2026
* Author: carec
*/
#ifndef HTTP_PAGES_H
#define HTTP_PAGES_H
const char *HTTP_Page_Index(void);
const char *HTTP_Page_Saved(void);
const char *HTTP_Page_404(void);
#endif