Init
This commit is contained in:
8
res/template/fragments/bgpattern.html
Normal file
8
res/template/fragments/bgpattern.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{define "bgpattern"}}
|
||||
<style>
|
||||
body, .checkers{
|
||||
background-image: url("/res/img/checker{{bgPatternCount}}.png");
|
||||
background-attachment: fixed;
|
||||
}
|
||||
</style>
|
||||
{{end}}
|
Reference in New Issue
Block a user