]> git.stg.codes - stg.git/blobdiff - projects/sgauth/css.h.in
Move projects back into subfolder.
[stg.git] / projects / sgauth / css.h.in
diff --git a/projects/sgauth/css.h.in b/projects/sgauth/css.h.in
new file mode 100644 (file)
index 0000000..5a14125
--- /dev/null
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace SGAuth
+{
+
+const auto css = R"EOR(
+@CSS_DATA@
+)EOR";
+
+}