-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b54e25
commit 5f0c136
Showing
11 changed files
with
60 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> | ||
<title>BTCPay Server</title> | ||
<base href="/" /> | ||
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" /> | ||
<link href="_content/BTCPayApp.UI/css/site.css" rel="stylesheet" /> | ||
<link rel="icon" type="image/png" href="_content/BTCPayApp.UI/favicon.png"/> | ||
<base href="/"/> | ||
<meta charset="utf-8"/> | ||
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover" name="viewport"/> | ||
<title>BTCPay Server</title> | ||
<link href="/_content/MudBlazor/MudBlazor.min.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/mudblazor-overrides.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/theme.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/fonts.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/site.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/favicon.png" rel="icon" type="image/png"/> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="status-bar-safe-area"></div> | ||
|
||
<div id="app">Loading...</div> | ||
|
||
<div id="blazor-error-ui"> | ||
<div class="status-bar-safe-area"></div> | ||
<div id="app">Loading...</div> | ||
<div id="blazor-error-ui"> | ||
An unhandled error has occurred. | ||
<a href="" class="reload">Reload</a> | ||
<a class="reload" href="">Reload</a> | ||
<a class="dismiss">🗙</a> | ||
</div> | ||
|
||
<script src="_framework/blazor.webview.js" autostart="false"></script> | ||
<script src="_content/MudBlazor/MudBlazor.min.js"></script> | ||
</div> | ||
<script src="/_content/BTCPayApp.UI/js/site.js"></script> | ||
<script src="/_content/MudBlazor/MudBlazor.min.js"></script> | ||
<script src="/_framework/blazor.webview.js" autostart="false"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" | ||
name="viewport"/> | ||
<title>BTCPayApp</title> | ||
<base href="/"/> | ||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover" /> | ||
<title>BTCPay Server</title> | ||
<link href="/_content/MudBlazor/MudBlazor.min.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/mudblazor-overrides.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/theme.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/fonts.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/css/site.css" rel="stylesheet"/> | ||
<link href="/_content/BTCPayApp.UI/favicon.png" rel="icon" type="image/png"/> | ||
</head> | ||
<body> | ||
<div class="status-bar-safe-area"></div> | ||
|
||
<app>Loading...</app> | ||
|
||
<div id="blazor-error-ui"> | ||
An unhandled error has occurred. | ||
<a class="reload" href="">Reload</a> | ||
<a class="dismiss">🗙</a> | ||
</div> | ||
|
||
<script src="/_framework/blazor.webview.js"></script> | ||
<script src="/_content/MudBlazor/MudBlazor.min.js"></script> | ||
<div class="status-bar-safe-area"></div> | ||
<div id="app">Loading...</div> | ||
<div id="blazor-error-ui"> | ||
An unhandled error has occurred. | ||
<a class="reload" href="">Reload</a> | ||
<a class="dismiss">🗙</a> | ||
</div> | ||
<script src="/_content/BTCPayApp.UI/js/site.js"></script> | ||
<script src="/_content/MudBlazor/MudBlazor.min.js"></script> | ||
<script src="/_framework/blazor.webview.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@inherits LayoutComponentBase | ||
@inherits Fluxor.Blazor.Web.Components.FluxorLayout | ||
|
||
<LayoutBase> | ||
<MudMainContent> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters