stm32-project/Core/Inc/http_pages.h
2026-04-18 15:37:49 +01:00

16 lines
230 B
C

/*
* 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