mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 16:22:37 +02:00
7 lines
86 B
Go
7 lines
86 B
Go
package epubtemplates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed "style.css.tmpl"
|
|
var Style string
|