diff options
Diffstat (limited to '_wui/doc/template.gohtml')
| -rw-r--r-- | _wui/doc/template.gohtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_wui/doc/template.gohtml b/_wui/doc/template.gohtml index 5ca47d4..09a114d 100644 --- a/_wui/doc/template.gohtml +++ b/_wui/doc/template.gohtml @@ -6,11 +6,12 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#375EAB" /> <title>{{.Title}}</title> - <link href="index.css" rel="stylesheet" type="text/css" media="all" /> + <link rel="stylesheet" type="text/css" media="all" href="index.css" /> + <link rel="stylesheet" type="text/css" media="all" href="//storage.googleapis.com/umum.kilabit.info/assets/fonts/go/stylesheet.css" /> </head> <body> - <img class="background" src="/maple-leaf-transparent-540.jpg" /> + <img class="background" src="//storage.googleapis.com/umum.kilabit.info/assets/images/maple-leaf-transparent-540.jpg" /> <div class="topbar"> <div class="topbar-left"> |
