git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d5190
)
Add missing file template.
author
Maksym Mamontov
<madf@madf.info>
Tue, 7 Jan 2020 20:07:42 +0000
(22:07 +0200)
committer
Maksym Mamontov
<madf@madf.info>
Tue, 7 Jan 2020 20:07:42 +0000
(22:07 +0200)
sgauth/css.h.in
[new file with mode: 0644]
patch
|
blob
diff --git a/sgauth/css.h.in
b/sgauth/css.h.in
new file mode 100644
(file)
index 0000000..
5a14125
--- /dev/null
+++ b/
sgauth/css.h.in
@@ -0,0
+1,10
@@
+#pragma once
+
+namespace SGAuth
+{
+
+const auto css = R"EOR(
+@CSS_DATA@
+)EOR";
+
+}