]> git.stg.codes - stg.git/blob - sgauth/css.h.in
Add missing file template.
[stg.git] / sgauth / css.h.in
1 #pragma once
2
3 namespace SGAuth
4 {
5
6 const auto css = R"EOR(
7 @CSS_DATA@
8 )EOR";
9
10 }