Skip to content

Commit 33e2ea8

Browse files
committed
Deploying to gh-pages from main @ d5338e7 🚀
0 parents  commit 33e2ea8

File tree

2,261 files changed

+261909
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,261 files changed

+261909
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7+
<title>PanoramicData.Blazor.WebAssembly</title>
8+
<base href="/PanoramicData.Blazor/" />
9+
<link href="_content/PanoramicData.Blazor.Demo/lib/font-awesome/css/all.min.css" rel="stylesheet" />
10+
<link href="_content/PanoramicData.Blazor.Demo/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
11+
<link href="_content/PanoramicData.Blazor.Demo/css/site.css" rel="stylesheet" />
12+
<link href="_content/PanoramicData.Blazor/css/main.min.css" rel="stylesheet" />
13+
14+
<link href="PanoramicData.Blazor.WebAssembly.Client.styles.css" rel="stylesheet" />
15+
<link href="css/app.css" rel="stylesheet" />
16+
</head>
17+
18+
<!-- End Single Page Apps for GitHub Pages -->
19+
20+
21+
<body>
22+
23+
<!-- Start Single Page Apps for GitHub Pages -->
24+
<script type="text/javascript">
25+
// Single Page Apps for GitHub Pages
26+
// https://github.com/rafrex/spa-github-pages
27+
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
28+
// ----------------------------------------------------------------------
29+
// This script checks to see if a redirect is present in the query string
30+
// and converts it back into the correct url and adds it to the
31+
// browser's history using window.history.replaceState(...),
32+
// which won't cause the browser to attempt to load the new url.
33+
// When the single page app is loaded further down in this file,
34+
// the correct url will be waiting in the browser's history for
35+
// the single page app to route accordingly.
36+
(function (l) {
37+
if (l.search) {
38+
var q = {};
39+
l.search.slice(1).split('&').forEach(function (v) {
40+
var a = v.split('=');
41+
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
42+
});
43+
if (q.p !== undefined) {
44+
window.history.replaceState(null, null,
45+
l.pathname.slice(0, -1) + (q.p || '') +
46+
(q.q ? ('?' + q.q) : '') +
47+
l.hash
48+
);
49+
}
50+
}
51+
}(window.location))
52+
</script>
53+
54+
<div id="app">
55+
<svg class="loading-progress">
56+
<circle r="40%" cx="50%" cy="50%" />
57+
<circle r="40%" cx="50%" cy="50%" />
58+
</svg>
59+
<div class="loading-progress-text"></div>
60+
</div>
61+
62+
<div id="blazor-error-ui">
63+
An unhandled error has occurred.
64+
<a href="" class="reload">Reload</a>
65+
<a class="dismiss">🗙</a>
66+
</div>
67+
68+
<script src="_content/PanoramicData.Blazor.Demo/lib/splitjs/split.min.js"></script>
69+
<script src="_content/PanoramicData.Blazor.Demo/lib/popperjs/umd/popper.min.js"></script>
70+
<script src="_content/PanoramicData.Blazor.Demo/lib/jquery/jquery.min.js"></script>
71+
<script src="_content/PanoramicData.Blazor.Demo/lib/bootstrap/dist/js/bootstrap.min.js"></script>
72+
<script src="_content/PanoramicData.Blazor.Demo/lib/dropzone/dist/min/dropzone.min.js"></script>
73+
<script src="_content/PanoramicData.Blazor.Demo/js/interop.js"></script>
74+
75+
<script src="_content/BlazorMonaco/jsInterop.js"></script>
76+
<script src="_content/BlazorMonaco/lib/monaco-editor/min/vs/loader.js"></script>
77+
<script src="_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.js"></script>
78+
79+
<script src="_framework/blazor.webassembly.js"></script>
80+
81+
</body>
82+
83+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import '_content/PanoramicData.Blazor.Demo/PanoramicData.Blazor.Demo.lexlv0j388.bundle.scp.css';
2+
@import '_content/PanoramicData.Blazor/PanoramicData.Blazor.u24krniv54.bundle.scp.css';
3+
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)