Add note with link to the custom_stylesheets example
This commit is contained in:
parent
88495c9fe2
commit
d613d634b0
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Note: Additional examples on how to add Stylesheets are in the custom_stylesheets example
|
||||||
|
|
||||||
func inlineSVGWithClasses(res http.ResponseWriter, req *http.Request) {
|
func inlineSVGWithClasses(res http.ResponseWriter, req *http.Request) {
|
||||||
res.Write([]byte(
|
res.Write([]byte(
|
||||||
"<!DOCTYPE html><html><head>" +
|
"<!DOCTYPE html><html><head>" +
|
||||||
|
|
Loading…
Reference in a new issue