-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ jplag/JPlag@6827d44 🚀
- Loading branch information
0 parents
commit ebe3dc1
Showing
7 changed files
with
840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!doctype html> | ||
<html lang=""> | ||
<script> | ||
const UrlPath = window.location.pathname | ||
const branch = UrlPath.split('/')[1] | ||
const url = 'https://jplag.github.io/' + branch + '/' | ||
location.replace(url) | ||
</script> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/JPlag-Dev/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>JPlag Report Viewer</title> | ||
<script type="module" crossorigin src="/JPlag-Dev/assets/index-B3H1lDnw.js"></script> | ||
<link rel="stylesheet" crossorigin href="/JPlag-Dev/assets/index-DApRLgi9.css"> | ||
</head> | ||
<body style="overflow: hidden"> | ||
<noscript> | ||
<strong | ||
>We're sorry but the JPlag Report Viewer does not work properly without JavaScript enabled. | ||
Please enable it to continue.</strong | ||
> | ||
</noscript> | ||
<div id="app"></div> | ||
</body> | ||
</html> |