-
Notifications
You must be signed in to change notification settings - Fork 0
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
a8c0410
commit a75b789
Showing
5 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
<meta name="twitter:title" content="aoWebWallet. track your AO Arweave tokens" /> | ||
<meta name="twitter:description" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings." /> | ||
<meta name="twitter:image" content="https://aoww.net/images/social.jpg" /> | ||
<link href="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet" /> | ||
<script type="text/javascript"> | ||
// Single Page Apps for GitHub Pages | ||
// MIT License | ||
|
@@ -110,8 +111,7 @@ <h4 style="color:white;opacity: 0.55; margin-top:20px;">loading...</h4> | |
<script type="module"> | ||
import { minidenticonSvg } from 'https://cdn.jsdelivr.net/npm/[email protected]/minidenticons.min.js' | ||
</script> | ||
<script src="./_content/Blazor.QrCodeGen/qrcode.min.js"></script> | ||
<script type="module" src="./_content/Blazor.QrCodeGen/qrcodeInterop.js"></script> | ||
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js"></script> | ||
</body> | ||
|
||
</html> |