-
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
a470019
commit 5bc207f
Showing
7 changed files
with
105 additions
and
87 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
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,29 +1,23 @@ | ||
<!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> | ||
<script src="./_framework/blazor.webview.js"></script> | ||
<script src="./_content/MudBlazor/MudBlazor.min.js"></script> | ||
<link href="./_content/MudBlazor/MudBlazor.min.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> | ||
</body> | ||
|
||
</html> |