diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index bc3b76b..cfaf5f9 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -13,10 +13,116 @@ #include #include #include -#include +#include +#include using namespace std; +static const string HTMLScripts = " \ + \ + \ + \ +"; + +static const string HTMLDiv = " \ +
\ + \ +Your content here. \ +
\ +"; + static zim::File* zimFileHandler; static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;