X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43d5190f7771063a5377e087b853421ceefae809..cfe9172e73f17ebbd264ec37c138ebcf765bbeb0:/sgauth/css.h.in diff --git a/sgauth/css.h.in b/sgauth/css.h.in new file mode 100644 index 00000000..5a141254 --- /dev/null +++ b/sgauth/css.h.in @@ -0,0 +1,10 @@ +#pragma once + +namespace SGAuth +{ + +const auto css = R"EOR( +@CSS_DATA@ +)EOR"; + +}