Fix syntax highlighting, static dir and add back header template
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marko Korhonen 2024-01-27 18:32:49 +02:00
parent 7bdd8253d3
commit 9fab21384d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
21 changed files with 271 additions and 7 deletions

9
static/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#1B1D1E</TileColor>
</tile>
</msapplication>
</browserconfig>