add starts kv and background, fix some css
Some checks failed
Code quality checks / biome (push) Failing after 8s
Some checks failed
Code quality checks / biome (push) Failing after 8s
This commit is contained in:
parent
8b7bedbf0b
commit
83babb8c5c
5 changed files with 137 additions and 31 deletions
|
@ -19,12 +19,15 @@
|
|||
<link rel="stylesheet" href="/public/css/index.css">
|
||||
<script src="/public/js/index.js" defer></script>
|
||||
|
||||
<% if (allowSnow) { %>
|
||||
<% if (extraOptions.snow) { %>
|
||||
<script src="/public/js/snow.js" defer></script>
|
||||
<% } %>
|
||||
<% if(allowRain) { %>
|
||||
<% if(extraOptions.rain) { %>
|
||||
<script src="/public/js/rain.js" defer></script>
|
||||
<% } %>
|
||||
<% if (extraOptions.stars) { %>
|
||||
<script src="/public/js/stars.js" defer></script>
|
||||
<% } %>
|
||||
|
||||
<meta name="color-scheme" content="dark">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue