Skip to content

Commit

Permalink
Deploying to gh-pages from @ 17ef81e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 13, 2024
1 parent 2777ea7 commit abf1417
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 20 deletions.
20 changes: 11 additions & 9 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A Set of tools for EDMX or OData metadata files, Tools Like EDMX Explorer, Edmx Trimmer, EDMX to open api converter, EDMX to JSON converter">
<meta name="keywords" content="EDMX, open api, d365 fo, odata, odata metadata, edmx explorer" />
<title>EdmxTools</title>
<base href="https://edmx.bitesinbyte.com/" />
<link rel="icon" type="image/png" href="favicons/favicon.ico" />
Expand All @@ -14,14 +16,6 @@
</head>

<body>
<amp-ad width="100vw" height="320"
type="adsense"
data-ad-client="ca-pub-2889277787752693"
data-ad-slot="9551132288"
data-auto-format="rspv"
data-full-width="">
<div overflow=""></div>
</amp-ad>
<div id="app" style="margin: 0 auto; width: 100vw; height: 100vh">
<div class="text-center pt-3" style="color: purple; font-size: 16pt">
Loading...
Expand Down Expand Up @@ -77,7 +71,7 @@
</script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F9EC1KWJNY"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -86,11 +80,19 @@

gtag('config', 'G-F9EC1KWJNY');
</script>

<!-- AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<!-- Ad Recovery -->
<script async src="https://fundingchoicesmessages.google.com/i/pub-2889277787752693?ers=1" nonce="RuwF2htf2YqQ0jBV_fxDKw"></script><script nonce="RuwF2htf2YqQ0jBV_fxDKw">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>

<!-- Amp Ad -->
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.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-775XvSETtaKnd1ewIZosSltVQ7Pxia9a+Oo2A25D/RA=",
"hash": "sha256-VjxT4oWJuM46p5xdLiwcgU9cQShX11oM2gQs++j3wLY=",
"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-n9UW04LtofSO/RezHo5/ACo4iGZO3T8pXcgPb+YvpH0=",
"EdmxTools.wasm": "sha256-mJ3ElZfT3rkOIdowYDibcTGUCvyS4SsLlADSCGLq6Dk=",
"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.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A Set of tools for EDMX or OData metadata files, Tools Like EDMX Explorer, Edmx Trimmer, EDMX to open api converter, EDMX to JSON converter">
<meta name="keywords" content="EDMX, open api, d365 fo, odata, odata metadata, edmx explorer" />
<title>EdmxTools</title>
<base href="https://edmx.bitesinbyte.com/" />
<link rel="icon" type="image/png" href="favicons/favicon.ico" />
Expand All @@ -14,14 +16,6 @@
</head>

<body>
<amp-ad width="100vw" height="320"
type="adsense"
data-ad-client="ca-pub-2889277787752693"
data-ad-slot="9551132288"
data-auto-format="rspv"
data-full-width="">
<div overflow=""></div>
</amp-ad>
<div id="app" style="margin: 0 auto; width: 100vw; height: 100vh">
<div class="text-center pt-3" style="color: purple; font-size: 16pt">
Loading...
Expand Down Expand Up @@ -77,7 +71,7 @@
</script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F9EC1KWJNY"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -86,11 +80,19 @@

gtag('config', 'G-F9EC1KWJNY');
</script>

<!-- AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<!-- Ad Recovery -->
<script async src="https://fundingchoicesmessages.google.com/i/pub-2889277787752693?ers=1" nonce="RuwF2htf2YqQ0jBV_fxDKw"></script><script nonce="RuwF2htf2YqQ0jBV_fxDKw">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>

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

</html>
24 changes: 24 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://edmx.bitesinbyte.com</loc>
<lastmod>2024-01-07T19:03:12+01:00</lastmod>
</url>
<url>
<loc>https://edmx.bitesinbyte.com/trim</loc>
<lastmod>2024-01-07T19:03:12+01:00</lastmod>
</url>
<url>
<loc>https://edmx.bitesinbyte.com/explore</loc>
<lastmod>2024-01-07T19:03:12+01:00</lastmod>
</url>
<url>
<loc>https://edmx.bitesinbyte.com/convert?type=open-api-json</loc>
<lastmod>2024-01-07T19:03:12+01:00</lastmod>
</url>
<url>
<loc>https://edmx.bitesinbyte.com/convert?type=open-api-yml</loc>
<lastmod>2024-01-07T19:03:12+01:00</lastmod>
</url>
</urlset>

0 comments on commit abf1417

Please sign in to comment.