#ifndef STATICPAGES_H #define STATICPAGES_H #ifdef _NOFS extern const char indexhtml[]; extern const char stylescss[]; extern const char cpustatehtml[]; extern const char govGraphicjs[]; extern const char controllerhtml[]; extern const char abouthtml[]; #endif #endif