gsl/index.h

32 lines
1.6 KiB
C
Raw Normal View History

const char *INDEX_HTML =
"\r\n"
"<!DOCTYPE html>\r\n"
"<html>\r\n"
" <head>\r\n"
" <title>The Giant Sneed Licenses</title>\r\n"
" <meta property=\"og:title\" content=\"The Giant Sneed Licenses\">\r\n"
" <meta property=\"og:url\" content=\"https://licenses.sneedmc.org\">\r\n"
" <meta property=\"og:description\" content=\"The only licenses you'll ever sneed.\">\r\n"
" <meta property=\"og:site_name\" content=\"SneedMC\">\r\n"
" <meta property=\"og:type\" content=\"website\">\r\n"
" <meta property=\"og:image\" content=\"https://licenses.sneedmc.org/favicon.ico\">\r\n"
" </head>\r\n"
" <body>\r\n"
" <h1>Giant Sneed Licenses</h1>\r\n"
" <p>The only licenses you'll ever sneed.</p>\r\n"
" <p>Sneed. That is all. Also included is a very large penis.</p>\r\n"
" <h2>Licenses available</h2>\r\n"
" <ul>\r\n"
" <li><a href=\"https://gsl.licenses.sneedmc.org\">GSL</a></li>\r\n"
" <li><a href=\"https://agsl.licenses.sneedmc.org\">AGSL</a></li>\r\n"
" <li><a href=\"https://lgsl.licenses.sneedmc.org\">LGSL</a></li>\r\n"
" <li><a href=\"https://gsl-f.licenses.sneedmc.org\">GSL + Farmer Notice</a></li>\r\n"
" <li><a href=\"https://agsl-f.licenses.sneedmc.org\">AGSL + Farmer Notice</a></li>\r\n"
" <li><a href=\"https://lgsl-f.licenses.sneedmc.org\">LGSL + Farmer Notice</a></li>\r\n"
" </ul>\r\n"
" <h2>Credits</h2>\r\n"
" <p><a href=\"https://sneedmc.org\">sneed</a></p>\r\n"
" </body>\r\n"
"</html>\r\n";