Attempted restore scroll script added favicons

Tried to add the return scroll for  when the focus left on mobile. Still need to figure it out.

Added favicons.
This commit is contained in:
2018-10-18 00:52:55 -04:00
parent 415264a84f
commit 40f0c47972
12 changed files with 77 additions and 16 deletions

9
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>#cdff00</TileColor>
</tile>
</msapplication>
</browserconfig>