Skip to content

Commit

Permalink
Deploying to gh-pages from main @ 764a617 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Jan 5, 2025
0 parents commit 3adef37
Show file tree
Hide file tree
Showing 2,261 changed files with 261,909 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
83 changes: 83 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>PanoramicData.Blazor.WebAssembly</title>
<base href="/PanoramicData.Blazor/" />
<link href="_content/PanoramicData.Blazor.Demo/lib/font-awesome/css/all.min.css" rel="stylesheet" />
<link href="_content/PanoramicData.Blazor.Demo/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="_content/PanoramicData.Blazor.Demo/css/site.css" rel="stylesheet" />
<link href="_content/PanoramicData.Blazor/css/main.min.css" rel="stylesheet" />

<link href="PanoramicData.Blazor.WebAssembly.Client.styles.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
</head>

<!-- End Single Page Apps for GitHub Pages -->


<body>

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function (l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function (v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
</script>

<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>

<script src="_content/PanoramicData.Blazor.Demo/lib/splitjs/split.min.js"></script>
<script src="_content/PanoramicData.Blazor.Demo/lib/popperjs/umd/popper.min.js"></script>
<script src="_content/PanoramicData.Blazor.Demo/lib/jquery/jquery.min.js"></script>
<script src="_content/PanoramicData.Blazor.Demo/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="_content/PanoramicData.Blazor.Demo/lib/dropzone/dist/min/dropzone.min.js"></script>
<script src="_content/PanoramicData.Blazor.Demo/js/interop.js"></script>

<script src="_content/BlazorMonaco/jsInterop.js"></script>
<script src="_content/BlazorMonaco/lib/monaco-editor/min/vs/loader.js"></script>
<script src="_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.js"></script>

<script src="_framework/blazor.webassembly.js"></script>

</body>

</html>
3 changes: 3 additions & 0 deletions PanoramicData.Blazor.WebAssembly.Client.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import '_content/PanoramicData.Blazor.Demo/PanoramicData.Blazor.Demo.lexlv0j388.bundle.scp.css';
@import '_content/PanoramicData.Blazor/PanoramicData.Blazor.u24krniv54.bundle.scp.css';

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3adef37

Please sign in to comment.