allow loading of loaderror.html on page load errors
This commit is contained in:
parent
0bd7c40af2
commit
474ea7abae
10 changed files with 908 additions and 6 deletions
|
@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
|
|||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("DiamondCreeperBrowser")]
|
||||
[assembly: AssemblyTitle("XeroBrowser")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DiamondCreeperBrowser")]
|
||||
[assembly: AssemblyProduct("XeroBrowser")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2021")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
|
Reference in a new issue