8 lines
104 B
C
8 lines
104 B
C
|
|
#ifndef WEB_ROOTPAGE_H
|
|
#define WEB_ROOTPAGE_H
|
|
|
|
void HandleRootPage();
|
|
|
|
#endif // WEB_ROOTPAGE_H
|