]> git.stg.codes - stg.git/commitdiff
Add missing file template.
authorMaksym Mamontov <madf@madf.info>
Tue, 7 Jan 2020 20:07:42 +0000 (22:07 +0200)
committerMaksym Mamontov <madf@madf.info>
Tue, 7 Jan 2020 20:07:42 +0000 (22:07 +0200)
sgauth/css.h.in [new file with mode: 0644]

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";
+
+}