home | blog | art | git gpg | email | rss

stagit

Personal fork of stagit (https://git.codemadness.org/stagit/)
git clone git://pollux.codes/git/stagit
Log | Files | Refs | README | LICENSE

header.h (494B)


      1 #define HEADER ""\
      2 	"<header class=\"header\">\n"\
      3 	"<a href=\"/\">home</a> |\n"\
      4 	"<a href=\"/blog\">blog</a> |\n"\
      5 	"<a href=\"/art\">art</a> |\n"\
      6 	"<a href=\"/git\">git</a>\n"\
      7 	"<span style=\"float:right\">\n"\
      8 	"<a href=\"/pollux.gpg\">gpg</a> |\n"\
      9 	"<a href=\"mailto:&#112;&#111;&#108;&#108;&#117;&#120;&#064;&#112;&#111;&#108;&#108;&#117;&#120;&#046;&#099;&#111;&#100;&#101;&#115;\">email</a> |\n"\
     10 	"<a href=\"/index.xml\" download>rss</a>\n"\
     11 	"</span>\n"\
     12 	"<hr>\n"\
     13 	"</header>\n"