basic navigation and basic forms
This commit is contained in:
parent
9c6ddf6c60
commit
faf460470e
27 changed files with 284 additions and 30 deletions
9
Lab01/app/static/icons/browserconfig.xml
Normal file
9
Lab01/app/static/icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
Reference in a new issue