migrate file headers (fix #1)
This commit is contained in:
parent
856917905d
commit
4a1c0adff2
10
file-cpp.h
Normal file
10
file-cpp.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* $name library
|
||||
* $description
|
||||
* for $description
|
||||
*
|
||||
* copyright: Jannik Beyerstedt <code@jannikbeyerstedt.de>
|
||||
* license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License
|
||||
*/
|
||||
|
||||
// TODO: better license text!!!
|
22
file-css.css
Normal file
22
file-css.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* STYLE for SAMPLE_PROJECT
|
||||
* generic styles | for specific template
|
||||
*
|
||||
* main font: $FONT
|
||||
* headings: $FONT
|
||||
* Logo: $FONT
|
||||
*/
|
||||
|
||||
/* CSS HERE */
|
||||
|
||||
|
||||
/*
|
||||
* HELPERS
|
||||
*/
|
||||
/* CSS HERE */
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* KIRBYTAGS
|
||||
*/
|
||||
/* CSS HERE */
|
Loading…
Reference in a new issue