Skip to content

Commit 20f343a

Browse files
committed
Deploying to gh-pages from @ jplag/JPlag@944917a 🚀
0 parents  commit 20f343a

8 files changed

+854
-0
lines changed

404.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!doctype html>
2+
<html lang="">
3+
<script>
4+
const UrlPath = window.location.pathname
5+
const branch = UrlPath.split('/')[1]
6+
const url = 'https://jplag.github.io/' + branch + '/'
7+
location.replace(url)
8+
</script>
9+
</html>

assets/index-Bm9i5qu5.js

+824
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-LAhxFZDa.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
9.45 KB
Loading
9.19 KB
Loading

example.zip

1010 KB
Binary file not shown.

favicon.ico

8.73 KB
Binary file not shown.

index.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/Demo/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>JPlag Report Viewer</title>
8+
<script type="module" crossorigin src="/Demo/assets/index-Bm9i5qu5.js"></script>
9+
<link rel="stylesheet" crossorigin href="/Demo/assets/index-LAhxFZDa.css">
10+
</head>
11+
<body style="overflow: hidden">
12+
<noscript>
13+
<strong
14+
>We're sorry but the JPlag Report Viewer does not work properly without JavaScript enabled.
15+
Please enable it to continue.</strong
16+
>
17+
</noscript>
18+
<div id="app"></div>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)