]> git.stg.codes - stg.git/blobdiff - sgauth/css.h.in
Add missing file template.
[stg.git] / sgauth / css.h.in
diff --git a/sgauth/css.h.in b/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";
+
+}