Skip to content

Commit

Permalink
Deploying to gh-pages from @ f9a0aec 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 13, 2024
1 parent abf1417 commit 7aa6427
Show file tree
Hide file tree
Showing 12 changed files with 619 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard.css">
<link href="manifest.webmanifest" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="favicons/android-chrome-512x512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="favicons/android-chrome-192x192.png" />
</head>

<body>
Expand Down Expand Up @@ -93,6 +96,8 @@

<!-- Amp Ad -->
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>

<script>navigator.serviceWorker.register('service-worker.js');</script>
</body>

</html>
Binary file modified _framework/EdmxTools.pdb.gz
Binary file not shown.
Binary file modified _framework/EdmxTools.wasm
Binary file not shown.
Binary file modified _framework/EdmxTools.wasm.br
Binary file not shown.
Binary file modified _framework/EdmxTools.wasm.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "EdmxTools",
"resources": {
"hash": "sha256-VjxT4oWJuM46p5xdLiwcgU9cQShX11oM2gQs++j3wLY=",
"hash": "sha256-fyX6B+47gbBRlI4zXBowgZbWRNv035l5Zi1rsrcLqKY=",
"jsModuleNative": {
"dotnet.native.8.0.1.ahpp78valh.js": "sha256-SGOlISx+3G4kkvpC9Uq3qoPGsnjxGmW61QBev0lyI5U="
},
Expand All @@ -17,7 +17,7 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"EdmxTools.wasm": "sha256-mJ3ElZfT3rkOIdowYDibcTGUCvyS4SsLlADSCGLq6Dk=",
"EdmxTools.wasm": "sha256-TqlJWhxjsvsYL6ExprKVltJ024STTbv75G3VUpr9tZI=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-L3rWiAi6012qD7JsgqVL3q7cOdbMfygcnkwg/kBjNWA=",
"Microsoft.AspNetCore.Components.wasm": "sha256-Sg+D4WWkZy/uEl3J5AhRdVRHzxL1uCqTh6KRyv3JBbY=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-Wl3j7HUs6Hzglb7o+lSSm1TcNprpzy2K20+qW5DpV8E=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard.css">
<link href="manifest.webmanifest" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="favicons/android-chrome-512x512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="favicons/android-chrome-192x192.png" />
</head>

<body>
Expand Down Expand Up @@ -93,6 +96,8 @@

<!-- Amp Ad -->
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>

<script>navigator.serviceWorker.register('service-worker.js');</script>
</body>

</html>
22 changes: 22 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "bitesinbyte Edmx Tools",
"short_name": "edmx_tools",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "favicons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "favicons/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}
Loading

0 comments on commit 7aa6427

Please sign in to comment.